GET /api/bet_types/7921bbb3-c731-4a70-bc7b-52859adea61a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7921bbb3-c731-4a70-bc7b-52859adea61a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b1746d4-9754-4ac9-a47f-ea78019fdc55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-20T09:13:19.138995-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 Under 1.5",
                "amount": 5969.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9190.68,
        "profit_sb": -309.32,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fa0b337-736c-4dd5-9e0c-28e2b3c3147b",
            "gambit_id": "15557a40-3b02-48fc-88fd-96f403bce460",
            "last_updated": "2023-10-23T13:52:56.477901-04:00",
            "created_at": "2023-10-20T09:13:19.150504-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7921bbb3-c731-4a70-bc7b-52859adea61a/?format=api"
        },
        {
            "id": "8c1f6e47-b221-4840-ae59-fa78d8bfcf77",
            "gambit_id": "abc4c22e-3a40-4d8f-aa1f-f9f912e8e380",
            "last_updated": "2023-10-23T13:52:56.474091-04:00",
            "created_at": "2023-10-20T09:13:19.144112-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7921bbb3-c731-4a70-bc7b-52859adea61a/?format=api"
        }
    ]
}