GET /api/bet_types/4bda1f36-12dd-41e9-91ae-b7e7827ed1cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bda1f36-12dd-41e9-91ae-b7e7827ed1cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/11fca7bc-3eae-4a20-9480-64dc3679a1df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:03.703141-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": "NYM (K Senga)",
                "amount": 7024.0
            },
            {
                "team": "COL (A Senzatela)",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a8ba897-839c-4111-bb0a-536e8b3bbfd9",
            "gambit_id": "019f337b-066e-42a8-8a1d-18e6577077c2",
            "last_updated": "2023-05-06T11:52:02.987488-04:00",
            "created_at": "2023-05-05T11:47:03.705045-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bda1f36-12dd-41e9-91ae-b7e7827ed1cb/?format=api"
        },
        {
            "id": "cd61c27b-77e5-4968-bbc2-56ddcb923845",
            "gambit_id": "67825993-8794-499f-97a3-3fde4a1d08ae",
            "last_updated": "2023-05-06T11:52:02.989685-04:00",
            "created_at": "2023-05-05T11:47:03.707311-04:00",
            "name": "COL (A Senzatela)",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bda1f36-12dd-41e9-91ae-b7e7827ed1cb/?format=api"
        }
    ]
}