GET /api/bet_types/9f42ecd1-d737-48db-a550-b55c50b925bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f42ecd1-d737-48db-a550-b55c50b925bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/e07b16a1-9332-4675-960b-1840daa604eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-30T09:36:55.825310-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b563c019-e45a-41ed-87dc-69a84475abf2",
            "gambit_id": "649fdd91-dae9-462a-bc12-d45affc60d5e",
            "last_updated": "2023-03-31T10:57:18.767729-04:00",
            "created_at": "2023-03-30T09:36:55.826759-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f42ecd1-d737-48db-a550-b55c50b925bb/?format=api"
        },
        {
            "id": "008869b3-6f18-4eb3-a4f2-246306941608",
            "gambit_id": "af2ed51a-6815-497a-8120-1ae8437c6980",
            "last_updated": "2023-03-31T10:57:18.769949-04:00",
            "created_at": "2023-03-30T09:36:55.828153-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f42ecd1-d737-48db-a550-b55c50b925bb/?format=api"
        }
    ]
}