GET /api/bet_types/71a2df5f-8444-4cb3-8e57-1f8047541055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71a2df5f-8444-4cb3-8e57-1f8047541055",
    "match": "https://api-prod.gambitprofit.com/api/matches/d14d3b2f-52f7-469e-9bdd-d964d2c6ea2b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:07.368155-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": "CIN",
                "amount": 5421.0
            },
            {
                "team": "ATL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "de4ead98-bd7a-4d16-97bc-8710601240a2",
            "gambit_id": "f26a3295-3a73-41bf-90bd-62ccae965d07",
            "last_updated": "2023-06-26T10:38:15.375205-04:00",
            "created_at": "2023-06-24T08:58:07.372326-04:00",
            "name": "CIN",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71a2df5f-8444-4cb3-8e57-1f8047541055/?format=api"
        },
        {
            "id": "d8d85490-623d-4734-a58b-3dd184713fdc",
            "gambit_id": "bb8faf3f-aeca-47c2-b064-af6d8dc1135f",
            "last_updated": "2023-06-26T10:38:15.373087-04:00",
            "created_at": "2023-06-24T08:58:07.370174-04:00",
            "name": "ATL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71a2df5f-8444-4cb3-8e57-1f8047541055/?format=api"
        }
    ]
}