GET /api/bet_types/3dc807b9-2af3-4baa-9122-c8555c3c3ada/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dc807b9-2af3-4baa-9122-c8555c3c3ada",
    "match": "https://api-prod.gambitprofit.com/api/matches/42f73f25-3b0e-4420-962f-51f373158ba1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:08.056671-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": "MIN (T Mahle)",
                "amount": 6728.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3272.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "9869a0d4-ad67-476e-a383-afd2b12b0795",
            "gambit_id": "f4f152eb-c982-4994-8401-45d93f0c3d13",
            "last_updated": "2023-04-22T13:07:13.622545-04:00",
            "created_at": "2023-04-21T12:32:08.058594-04:00",
            "name": "MIN (T Mahle)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc807b9-2af3-4baa-9122-c8555c3c3ada/?format=api"
        },
        {
            "id": "9b535b3e-c7ce-4af5-a1da-ebf3be090c3b",
            "gambit_id": "a22da593-8c94-43b7-bf51-8f51fe83be01",
            "last_updated": "2023-04-22T13:07:13.624229-04:00",
            "created_at": "2023-04-21T12:32:08.060276-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc807b9-2af3-4baa-9122-c8555c3c3ada/?format=api"
        }
    ]
}