GET /api/bet_types/a00e8ad6-114c-46a8-bbb1-e40311fb55de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a00e8ad6-114c-46a8-bbb1-e40311fb55de",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0f78903-bee7-4530-a19b-571dc351f58b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:22.107613-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": "TAM (Z Eflin)",
                "amount": 5131.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4869.0
            }
        ],
        "expected_reward_tokens": 9543.24,
        "profit_sb": 43.24,
        "profit_sb_percentage": 0.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "14fadc4b-53c1-4034-bcf2-9c9a66b8d838",
            "gambit_id": "2e5ea2b8-32aa-44c2-995a-ee59de471a88",
            "last_updated": "2023-09-27T18:53:09.128106-04:00",
            "created_at": "2023-09-26T08:58:22.113351-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.86000",
            "odds": "1.90090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a00e8ad6-114c-46a8-bbb1-e40311fb55de/?format=api"
        },
        {
            "id": "880304ef-1772-47b7-8baf-362c8b7a09ee",
            "gambit_id": "1e336d14-9145-4a63-b17a-8ff659573120",
            "last_updated": "2023-09-27T18:53:09.131676-04:00",
            "created_at": "2023-09-26T08:58:22.118062-04:00",
            "name": "BOS (T Houck)",
            "reward": "1.96000",
            "odds": "2.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a00e8ad6-114c-46a8-bbb1-e40311fb55de/?format=api"
        }
    ]
}