GET /api/bet_types/5e8e016a-cf82-46da-8ddc-38fe1949f2d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e8e016a-cf82-46da-8ddc-38fe1949f2d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/748ef957-34b6-4811-93ec-9358c52a932d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T09:23:01.631030-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b9d7875-42d7-465d-a9f1-22bc3916ba55",
            "gambit_id": "7d08db80-409d-4f0e-a067-508796f32b57",
            "last_updated": "2023-10-25T10:53:04.669936-04:00",
            "created_at": "2023-10-24T09:23:01.640733-04:00",
            "name": "Golden State Warriors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e8e016a-cf82-46da-8ddc-38fe1949f2d2/?format=api"
        },
        {
            "id": "43c1c876-e2bd-40f0-bbad-db4f1248a9c2",
            "gambit_id": "b2ade2bc-5313-4485-8ce9-c38c8d5e9c73",
            "last_updated": "2023-10-25T10:53:04.674410-04:00",
            "created_at": "2023-10-24T09:23:01.636470-04:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e8e016a-cf82-46da-8ddc-38fe1949f2d2/?format=api"
        }
    ]
}