GET /api/bet_types/f2a002c8-e1c7-4f91-be83-ee2acef76572/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2a002c8-e1c7-4f91-be83-ee2acef76572",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c5e519c-5c09-4660-b745-e9c835ae0b0c/?format=api",
    "name": "Play the Odds",
    "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": "LSU",
                "amount": 5000.0
            },
            {
                "team": "UAB",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "087c3fe4-a50e-4e75-949d-db099ddc2051",
            "gambit_id": "e115f417-e134-4ff9-8de9-ff5ac80229ae",
            "last_updated": "2022-11-21T09:48:56.795286-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a002c8-e1c7-4f91-be83-ee2acef76572/?format=api"
        },
        {
            "id": "8c4bfa62-f57d-4cd8-9a1a-238957650250",
            "gambit_id": "338503ce-8390-4f1a-b020-a300a771a6d3",
            "last_updated": "2022-11-21T09:48:56.796266-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a002c8-e1c7-4f91-be83-ee2acef76572/?format=api"
        }
    ]
}