GET /api/bet_types/2dfd5bea-074b-426a-8dae-3c6b0d745e15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dfd5bea-074b-426a-8dae-3c6b0d745e15",
    "match": "https://api-prod.gambitprofit.com/api/matches/bac06f42-fef3-460e-8bdb-c936d8c21704/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-25T09:28:23.547342-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": "TOR (Y Kikuchi)",
                "amount": 7112.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "20bf5feb-dafb-42a9-9e40-4ea4e67987a0",
            "gambit_id": "c904e437-1bb1-4130-9317-6e33fb9f572d",
            "last_updated": "2023-06-26T20:13:25.888501-04:00",
            "created_at": "2023-06-25T09:28:23.550453-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dfd5bea-074b-426a-8dae-3c6b0d745e15/?format=api"
        },
        {
            "id": "97e13c23-59c8-4a4c-ab4c-ef7947a92bdc",
            "gambit_id": "ecb58db7-3009-43a6-98ae-0d20ec41abfe",
            "last_updated": "2023-06-26T20:13:25.886889-04:00",
            "created_at": "2023-06-25T09:28:23.548916-04:00",
            "name": "OAK (L Medina)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dfd5bea-074b-426a-8dae-3c6b0d745e15/?format=api"
        }
    ]
}