GET /api/bet_types/18180f20-a106-4922-a9e9-ff13b661b409/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18180f20-a106-4922-a9e9-ff13b661b409",
    "match": "https://api-prod.gambitprofit.com/api/matches/b846c2f3-c563-4c0c-a00b-40ff2b4a7e16/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T09:38:23.679527-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 Under 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7ff209c-a183-4d0b-b51e-1af63b68859c",
            "gambit_id": "6c5b026e-faff-4a22-94ed-f42ebef1707b",
            "last_updated": "2023-08-12T18:13:07.344270-04:00",
            "created_at": "2023-08-11T09:38:23.698405-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18180f20-a106-4922-a9e9-ff13b661b409/?format=api"
        },
        {
            "id": "1caa3c77-c26b-4aef-9389-5d52e4fcd802",
            "gambit_id": "c9a4f037-05a6-4f62-8f5a-cd4687b5b6e0",
            "last_updated": "2023-08-12T18:13:07.339486-04:00",
            "created_at": "2023-08-11T09:38:23.688637-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18180f20-a106-4922-a9e9-ff13b661b409/?format=api"
        }
    ]
}