GET /api/bet_types/f6209cec-e7ce-4700-9d82-f2ef55cea7fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6209cec-e7ce-4700-9d82-f2ef55cea7fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/439c745a-3740-4034-8f36-8ed17d4f1ede/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:16.207951-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc8fabae-efe9-4271-bbe1-cdb0367691e4",
            "gambit_id": "3761122b-f30e-4b00-a0f7-3128205fc233",
            "last_updated": "2023-04-05T09:41:59.197149-04:00",
            "created_at": "2023-04-04T09:32:16.209463-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6209cec-e7ce-4700-9d82-f2ef55cea7fd/?format=api"
        },
        {
            "id": "c037424e-38b5-4560-9579-963543f99c3b",
            "gambit_id": "ec788253-19a2-46e9-b7f3-86689f459220",
            "last_updated": "2023-04-05T09:41:59.198728-04:00",
            "created_at": "2023-04-04T09:32:16.210912-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6209cec-e7ce-4700-9d82-f2ef55cea7fd/?format=api"
        }
    ]
}