GET /api/bet_types/89d0e046-76c7-4d0f-aba4-495458efe8e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89d0e046-76c7-4d0f-aba4-495458efe8e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b35b71f-c5e5-4362-8395-3f26fd1a1c55/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "ATL (K Wright)",
                "amount": 5718.0
            },
            {
                "team": "PHI (Z Wheeler)",
                "amount": 4282.0
            }
        ],
        "expected_reward_tokens": 9720.14,
        "profit_sb": 220.14,
        "profit_sb_percentage": 2.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "a938b6d2-c873-4d03-9ce6-305d872d58a5",
            "gambit_id": "d8fa3850-22ba-4295-b231-3c7cd7734fab",
            "last_updated": "2022-10-13T09:32:13.872674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (K Wright)",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89d0e046-76c7-4d0f-aba4-495458efe8e9/?format=api"
        },
        {
            "id": "136c5a4c-032e-4af4-8023-a1cebb4e79eb",
            "gambit_id": "fc33949c-bf6c-4385-be08-76c48a6580f1",
            "last_updated": "2022-10-13T09:32:13.873679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (Z Wheeler)",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89d0e046-76c7-4d0f-aba4-495458efe8e9/?format=api"
        }
    ]
}