GET /api/bet_types/74beef06-3517-438b-817d-51f81b5129c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74beef06-3517-438b-817d-51f81b5129c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/081c11a0-0e62-4134-b157-9ce1645ac38e/?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": "SFO (S Alexander)",
                "amount": 5326.0
            },
            {
                "team": "ARI (D Jameson)",
                "amount": 4674.0
            }
        ],
        "expected_reward_tokens": 9533.54,
        "profit_sb": 33.54,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "16878f4c-97d5-4232-adac-b66adefd54c5",
            "gambit_id": "08116c51-8f3e-48b1-86dd-cdf428c8b101",
            "last_updated": "2022-10-02T15:17:31.306772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (S Alexander)",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74beef06-3517-438b-817d-51f81b5129c1/?format=api"
        },
        {
            "id": "405df06a-65fa-4205-bd3f-080534a07c4c",
            "gambit_id": "6b2b272c-55eb-4507-aa6f-25c418603a54",
            "last_updated": "2022-10-02T15:17:31.305698-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (D Jameson)",
            "reward": "2.04000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74beef06-3517-438b-817d-51f81b5129c1/?format=api"
        }
    ]
}