GET /api/bet_types/04dde929-351a-4176-8fee-b74dcfda7f9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04dde929-351a-4176-8fee-b74dcfda7f9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cef5412-3d83-40f7-b155-c6d60952a3f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:20.016198-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": "STL (J Montgomery)",
                "amount": 5787.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e573c52-ee22-4f05-99f0-071ae071a554",
            "gambit_id": "d26a89b5-ea10-4e0a-b577-7401688a7e72",
            "last_updated": "2023-06-21T08:53:20.101191-04:00",
            "created_at": "2023-06-20T08:33:20.018562-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04dde929-351a-4176-8fee-b74dcfda7f9c/?format=api"
        },
        {
            "id": "5db9e179-5459-4171-a635-1d810ffb6820",
            "gambit_id": "f3ec4edb-f9f6-4ca3-8e3b-609a00f0af96",
            "last_updated": "2023-06-21T08:53:20.103962-04:00",
            "created_at": "2023-06-20T08:33:20.021493-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04dde929-351a-4176-8fee-b74dcfda7f9c/?format=api"
        }
    ]
}