GET /api/bet_types/8667b260-b43a-46b6-9c6d-d40d240155d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8667b260-b43a-46b6-9c6d-d40d240155d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/32770cfd-426c-4705-8804-4c905a834a00/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-29T16:47:02.626687-04: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": "Total Rounds Over 2.5",
                "amount": 6318.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3682.0
            }
        ],
        "expected_reward_tokens": 9350.64,
        "profit_sb": -149.36,
        "profit_sb_percentage": -1.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "9846a7d2-da7e-4091-9eff-7aed826536e4",
            "gambit_id": "fd8d607a-7793-49eb-9ae3-350178fc425e",
            "last_updated": "2023-05-01T12:27:22.613033-04:00",
            "created_at": "2023-04-29T16:47:02.630773-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8667b260-b43a-46b6-9c6d-d40d240155d8/?format=api"
        },
        {
            "id": "7c921301-342a-45b5-98fa-5b64f35343c1",
            "gambit_id": "cff64136-21dc-4e1b-8249-aa6cfe2117a9",
            "last_updated": "2023-05-01T12:27:22.611530-04:00",
            "created_at": "2023-04-29T16:47:02.628594-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8667b260-b43a-46b6-9c6d-d40d240155d8/?format=api"
        }
    ]
}