GET /api/bet_types/09c94b2f-80f3-48a9-812b-f488275e7169/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09c94b2f-80f3-48a9-812b-f488275e7169",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e6cdd5a-8c06-4d66-8bcc-e0716e472e90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:12.983488-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": "CLE",
                "amount": 5688.0
            },
            {
                "team": "MIN",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "902044ce-22ef-4029-ad04-f72d5c61443b",
            "gambit_id": "add81993-db8c-47f4-952f-7f9d7a5379e7",
            "last_updated": "2023-08-30T13:32:55.818567-04:00",
            "created_at": "2023-08-29T08:33:12.987136-04:00",
            "name": "CLE",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09c94b2f-80f3-48a9-812b-f488275e7169/?format=api"
        },
        {
            "id": "5c300a09-8fee-421b-92f5-66a3ff48ae98",
            "gambit_id": "420d02e8-b39b-472f-b2de-4a714638087e",
            "last_updated": "2023-08-30T13:32:55.822908-04:00",
            "created_at": "2023-08-29T08:33:12.991006-04:00",
            "name": "MIN",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09c94b2f-80f3-48a9-812b-f488275e7169/?format=api"
        }
    ]
}