GET /api/bet_types/54dd6639-871f-4a6e-b102-cf3cb0fd708a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54dd6639-871f-4a6e-b102-cf3cb0fd708a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2dd7ef5-5e94-43a0-bcb8-491f6b74b2e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:08.684599-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": "ATL (B Elder)",
                "amount": 6434.0
            },
            {
                "team": "MIL (J Teheran)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ac4c635-ed54-4f1b-90f6-cf923e46dd19",
            "gambit_id": "22c2ab8b-efdd-4f1d-abc7-614102950f01",
            "last_updated": "2023-07-31T13:03:21.153280-04:00",
            "created_at": "2023-07-29T08:08:08.693386-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54dd6639-871f-4a6e-b102-cf3cb0fd708a/?format=api"
        },
        {
            "id": "48ac3626-59d4-4605-8e4f-83f40ee699b4",
            "gambit_id": "cdc7c498-2aed-46f1-b574-c037041849be",
            "last_updated": "2023-07-31T13:03:21.149231-04:00",
            "created_at": "2023-07-29T08:08:08.688709-04:00",
            "name": "MIL (J Teheran)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54dd6639-871f-4a6e-b102-cf3cb0fd708a/?format=api"
        }
    ]
}