GET /api/bet_types/dc911586-cb1e-4021-b1d7-977fe82289c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc911586-cb1e-4021-b1d7-977fe82289c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d14c8b4-c17f-4add-975a-b231f04f38e0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:12.700969-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a16879fe-8ea0-4f29-9fba-7343a3544a54",
            "gambit_id": "a42affe1-9034-4ecb-b35f-06ae30c58f3a",
            "last_updated": "2023-04-10T14:47:06.322440-04:00",
            "created_at": "2023-04-09T09:27:12.703268-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc911586-cb1e-4021-b1d7-977fe82289c8/?format=api"
        },
        {
            "id": "1fcda5da-ed0a-4547-9cbd-71d97a694eb5",
            "gambit_id": "857c7e97-cfa1-4764-b03f-4592dc6188e7",
            "last_updated": "2023-04-10T14:47:06.324603-04:00",
            "created_at": "2023-04-09T09:27:12.705737-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc911586-cb1e-4021-b1d7-977fe82289c8/?format=api"
        }
    ]
}