GET /api/bet_types/9184f637-aaab-4eb4-a35f-41828effe9a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9184f637-aaab-4eb4-a35f-41828effe9a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/40b33944-a8a6-4679-999f-9659d8560806/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:07.262837-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "95613de2-674a-4052-a75d-24c28ffba1e9",
            "gambit_id": "c614286d-058a-479c-90ba-ac89e621bef2",
            "last_updated": "2023-12-18T10:57:59.805888-05:00",
            "created_at": "2023-12-15T09:13:07.266463-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9184f637-aaab-4eb4-a35f-41828effe9a5/?format=api"
        },
        {
            "id": "5e598954-1dcb-4ea5-863c-e3c7f35f7668",
            "gambit_id": "9d392454-3735-44e3-a0e8-7f438b8fec53",
            "last_updated": "2023-12-18T10:57:59.809307-05:00",
            "created_at": "2023-12-15T09:13:07.271813-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9184f637-aaab-4eb4-a35f-41828effe9a5/?format=api"
        }
    ]
}