GET /api/bet_types/a4b6aa72-0c86-43f9-b078-253e901600c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4b6aa72-0c86-43f9-b078-253e901600c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a63d4b1c-d77d-46ed-a7db-f3314333bc3d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-15T09:18:14.329506-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b21e0a3b-2628-49b9-aacd-c25faff3c83b",
            "gambit_id": "4e48643a-45f4-405a-b40e-5d089ebbb94e",
            "last_updated": "2023-11-17T09:28:23.735497-05:00",
            "created_at": "2023-11-15T09:18:14.333240-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b6aa72-0c86-43f9-b078-253e901600c3/?format=api"
        },
        {
            "id": "6cfaa61a-8fdc-499b-a1da-8c1619c8d6ec",
            "gambit_id": "1ef8292c-bba9-4aac-adb2-799d80e9a2de",
            "last_updated": "2023-11-17T09:28:23.739080-05:00",
            "created_at": "2023-11-15T09:18:14.338006-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b6aa72-0c86-43f9-b078-253e901600c3/?format=api"
        }
    ]
}