GET /api/bet_types/eeca466f-74c2-4dbe-9f72-3f603082e836/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eeca466f-74c2-4dbe-9f72-3f603082e836",
    "match": "https://api-prod.gambitprofit.com/api/matches/696da181-f0f8-4ca4-ad38-df307aec76bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-12T09:03:12.391278-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": "KAN (Z Greinke)",
                "amount": 5117.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "f667420b-34c7-4464-a487-fcf6ab8b89e6",
            "gambit_id": "68a48958-0c82-4032-a5f5-46540d01997e",
            "last_updated": "2023-06-13T11:03:15.038398-04:00",
            "created_at": "2023-06-12T09:03:12.397042-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeca466f-74c2-4dbe-9f72-3f603082e836/?format=api"
        },
        {
            "id": "9aa2938b-ee27-4a16-b3eb-c0d02a25c11d",
            "gambit_id": "bb104ec5-7bd3-4ead-8beb-3e64551f6688",
            "last_updated": "2023-06-13T11:03:15.036326-04:00",
            "created_at": "2023-06-12T09:03:12.393753-04:00",
            "name": "CIN (L Weaver)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eeca466f-74c2-4dbe-9f72-3f603082e836/?format=api"
        }
    ]
}