GET /api/bet_types/834d999e-c98a-4cfc-9c9d-500d2dd00c1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "834d999e-c98a-4cfc-9c9d-500d2dd00c1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e7ba95-b918-4a66-b2f4-717fec9c9100/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-22T13:07:00.797506-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "36023d1f-2617-4d1a-9a08-9b93e3315d85",
            "gambit_id": "b3d1badc-6336-40e1-8892-a6c18d813c30",
            "last_updated": "2023-04-23T18:32:09.242198-04:00",
            "created_at": "2023-04-22T13:07:00.800924-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/834d999e-c98a-4cfc-9c9d-500d2dd00c1a/?format=api"
        },
        {
            "id": "0b847e5a-dd47-4cf2-817e-d792fd78673e",
            "gambit_id": "2420a211-32d8-481f-8e45-be18cf8944c4",
            "last_updated": "2023-04-23T18:32:09.239907-04:00",
            "created_at": "2023-04-22T13:07:00.799195-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/834d999e-c98a-4cfc-9c9d-500d2dd00c1a/?format=api"
        }
    ]
}