GET /api/bet_types/fbb10e62-5aad-46d5-bba8-21523eadea1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbb10e62-5aad-46d5-bba8-21523eadea1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/46420550-e7b9-4574-a059-6574500e89c5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T23:37:55.323941-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 2.5",
                "amount": 5875.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4125.0
            }
        ],
        "expected_reward_tokens": 9281.25,
        "profit_sb": -218.75,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "c013b638-a3e1-41f9-aaf7-9463c3c9aa48",
            "gambit_id": "1ddc922b-be7e-415e-bd80-c8137d2bcf4e",
            "last_updated": "2023-12-23T09:58:08.111725-05:00",
            "created_at": "2023-12-15T23:37:55.327964-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb10e62-5aad-46d5-bba8-21523eadea1c/?format=api"
        },
        {
            "id": "33f92f85-29cc-4117-9c35-7c43cd6a1b93",
            "gambit_id": "d0795489-f46c-4457-a8e6-94cb225f3136",
            "last_updated": "2023-12-23T09:58:08.124454-05:00",
            "created_at": "2023-12-15T23:37:55.332701-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb10e62-5aad-46d5-bba8-21523eadea1c/?format=api"
        }
    ]
}