GET /api/bet_types/f1c61a05-200c-4d8d-815f-bb7f4a1f5723/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1c61a05-200c-4d8d-815f-bb7f4a1f5723",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ab63873-a28e-4003-9f2b-691443e601cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:03.491453-05: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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3740688b-cb0f-4354-880a-2bf981253277",
            "gambit_id": "d3082e28-1bbb-4fd5-af1e-5c61764717cb",
            "last_updated": "2023-11-27T10:03:27.172055-05:00",
            "created_at": "2023-11-24T09:08:03.510870-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c61a05-200c-4d8d-815f-bb7f4a1f5723/?format=api"
        },
        {
            "id": "17dbbd2e-e693-45bf-a241-11c02c382f39",
            "gambit_id": "58fc8441-2d97-4685-956f-6d0e30867ae0",
            "last_updated": "2023-11-27T10:03:27.168580-05:00",
            "created_at": "2023-11-24T09:08:03.497532-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c61a05-200c-4d8d-815f-bb7f4a1f5723/?format=api"
        }
    ]
}