GET /api/bet_types/5007b92c-2243-4c58-8ff8-84fedd749bb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5007b92c-2243-4c58-8ff8-84fedd749bb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceaa9c4a-987f-4016-a027-db3adf00b65c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-12T09:03:13.016845-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": "PHI (M Strahm)",
                "amount": 5234.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "421b983a-08e8-4706-b278-7911c6a3d1da",
            "gambit_id": "b03c2b04-af92-4817-9694-79c92d363354",
            "last_updated": "2023-06-13T11:03:15.453494-04:00",
            "created_at": "2023-06-12T09:03:13.019395-04:00",
            "name": "PHI (M Strahm)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5007b92c-2243-4c58-8ff8-84fedd749bb9/?format=api"
        },
        {
            "id": "b9b64834-fb35-492b-850d-ca53f8bf7b12",
            "gambit_id": "222f8062-56ee-44c5-84f2-4694870feba1",
            "last_updated": "2023-06-13T11:03:15.455586-04:00",
            "created_at": "2023-06-12T09:03:13.021841-04:00",
            "name": "ARI (T Henry)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5007b92c-2243-4c58-8ff8-84fedd749bb9/?format=api"
        }
    ]
}