GET /api/bet_types/68cdd2e3-89bc-47e2-94d7-65b97d77899b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68cdd2e3-89bc-47e2-94d7-65b97d77899b",
    "match": "https://api-prod.gambitprofit.com/api/matches/68dd0861-8be6-4c0b-8675-8452a635f694/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:00.145303-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c5bfaad-d995-4974-9100-fd0a1d62dcff",
            "gambit_id": "5d8cd017-a567-4ac3-978f-1076b0572e68",
            "last_updated": "2023-04-19T20:27:13.781216-04:00",
            "created_at": "2023-04-18T12:12:00.147671-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68cdd2e3-89bc-47e2-94d7-65b97d77899b/?format=api"
        },
        {
            "id": "1343ae68-a408-4b1e-8ab7-85682d3bef7b",
            "gambit_id": "48782022-e8ca-4304-8e8d-d757281e0908",
            "last_updated": "2023-04-19T20:27:13.783363-04:00",
            "created_at": "2023-04-18T12:12:00.149847-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68cdd2e3-89bc-47e2-94d7-65b97d77899b/?format=api"
        }
    ]
}