GET /api/bet_types/75055f9c-7565-43be-b305-2d156976e25c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75055f9c-7565-43be-b305-2d156976e25c",
    "match": "https://api-prod.gambitprofit.com/api/matches/78cb267b-996f-416b-86b7-0a9a059be352/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:07:05.645456-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": "Game Total Over 2.5",
                "amount": 6714.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a5749c4-7173-4bc8-be3a-b6d81359c540",
            "gambit_id": "ea3f1284-a074-4466-9975-e9895cb1f772",
            "last_updated": "2023-05-01T12:27:19.810435-04:00",
            "created_at": "2023-04-28T15:07:05.648843-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75055f9c-7565-43be-b305-2d156976e25c/?format=api"
        },
        {
            "id": "22168d9a-95fa-4fec-aa30-211a93206f88",
            "gambit_id": "4db42f3f-1b34-4438-bf39-02ab3ccd9228",
            "last_updated": "2023-05-01T12:27:19.808406-04:00",
            "created_at": "2023-04-28T15:07:05.647053-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75055f9c-7565-43be-b305-2d156976e25c/?format=api"
        }
    ]
}