GET /api/bet_types/d0ded56b-6f1e-4817-af56-c30be2fffe22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0ded56b-6f1e-4817-af56-c30be2fffe22",
    "match": "https://api-prod.gambitprofit.com/api/matches/abac5a36-8a8d-4c03-abdc-21db547de6ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-18T09:13:01.433343-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": "Tampa Bay Buccaneers",
                "amount": 5788.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e1aa2cb-874c-4a38-84be-6b60fa9db7ef",
            "gambit_id": "e399b6c6-48c0-41ee-94e0-912dc0613c41",
            "last_updated": "2023-10-23T13:38:24.031704-04:00",
            "created_at": "2023-10-18T09:13:01.442651-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0ded56b-6f1e-4817-af56-c30be2fffe22/?format=api"
        },
        {
            "id": "057bf062-88d9-4472-a2ed-be0cf67a4600",
            "gambit_id": "a544c512-4498-4868-b564-83830f82f319",
            "last_updated": "2023-10-23T13:38:24.028325-04:00",
            "created_at": "2023-10-18T09:13:01.437534-04:00",
            "name": "Atlanta Falcons",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0ded56b-6f1e-4817-af56-c30be2fffe22/?format=api"
        }
    ]
}