GET /api/bet_types/d0452fbc-3ece-44ce-a1a6-077b607e60f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0452fbc-3ece-44ce-a1a6-077b607e60f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/63e386e7-21ce-45d7-b00a-54bf50b2c2f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:14.891852-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": "STL (J Woodford)",
                "amount": 5888.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "64af9daf-2ab2-4339-9b42-5bb08fd5f520",
            "gambit_id": "cad7cbf0-fc64-4e4e-93ea-af449d5c1137",
            "last_updated": "2023-04-15T15:36:56.457519-04:00",
            "created_at": "2023-04-14T12:02:14.893355-04:00",
            "name": "STL (J Woodford)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0452fbc-3ece-44ce-a1a6-077b607e60f2/?format=api"
        },
        {
            "id": "2e69bc01-ceb6-49d2-b5bd-980dc937f0a0",
            "gambit_id": "fde33887-f157-4cc9-a29a-ef9e6da07e47",
            "last_updated": "2023-04-15T15:36:56.459642-04:00",
            "created_at": "2023-04-14T12:02:14.894981-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0452fbc-3ece-44ce-a1a6-077b607e60f2/?format=api"
        }
    ]
}