GET /api/bet_types/c0ba5af5-8c0c-43ef-aca0-54715b097908/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0ba5af5-8c0c-43ef-aca0-54715b097908",
    "match": "https://api-prod.gambitprofit.com/api/matches/341851fe-5b3f-481d-81c6-5442195ddbeb/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-11T09:38:14.039571-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Game Total Over 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b61f495-932a-432a-87d9-a3c033aeb765",
            "gambit_id": "fbc672bc-f22f-40bc-9721-b7ad00aeffd6",
            "last_updated": "2024-01-15T09:48:16.306944-05:00",
            "created_at": "2024-01-11T09:38:14.043970-05:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ba5af5-8c0c-43ef-aca0-54715b097908/?format=api"
        },
        {
            "id": "883c3553-a44a-4edf-bc44-6644bd61aa70",
            "gambit_id": "0d092da6-c5fd-4a99-a68c-917b6d82a26a",
            "last_updated": "2024-01-15T09:48:16.310430-05:00",
            "created_at": "2024-01-11T09:38:14.048384-05:00",
            "name": "Game Total Under 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0ba5af5-8c0c-43ef-aca0-54715b097908/?format=api"
        }
    ]
}