GET /api/bet_types/e3a0ca57-9f66-4384-8add-9a21892c42a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3a0ca57-9f66-4384-8add-9a21892c42a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e82f9dc2-c53f-4bb5-8440-b521daf1f677/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:06.775493-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": "LOS (J Urias)",
                "amount": 5711.0
            },
            {
                "team": "PHI (M Strahm)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "286c1f05-be63-4cff-980b-02025498b75b",
            "gambit_id": "c81db5ff-c530-4366-a083-80c9ea775b01",
            "last_updated": "2023-05-03T12:12:14.848628-04:00",
            "created_at": "2023-05-02T11:52:06.777141-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a0ca57-9f66-4384-8add-9a21892c42a5/?format=api"
        },
        {
            "id": "6e52acda-0b19-45f8-92d1-1804871958fb",
            "gambit_id": "724910a7-5d53-4a32-8e54-948a5b35ade2",
            "last_updated": "2023-05-03T12:12:14.849779-04:00",
            "created_at": "2023-05-02T11:52:06.778818-04:00",
            "name": "PHI (M Strahm)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a0ca57-9f66-4384-8add-9a21892c42a5/?format=api"
        }
    ]
}