GET /api/bet_types/c4c74d70-f8b4-4a61-bec9-9646b9517610/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4c74d70-f8b4-4a61-bec9-9646b9517610",
    "match": "https://api-prod.gambitprofit.com/api/matches/99c38c65-9c56-49e0-b804-a82b72f7c0b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:14.609039-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "891f357f-b650-4aba-8398-13085d154a3c",
            "gambit_id": "b7157e9e-d7b7-4ba1-85f9-4b30d14e0f20",
            "last_updated": "2023-04-05T17:42:09.632435-04:00",
            "created_at": "2023-04-04T09:32:14.610599-04:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c74d70-f8b4-4a61-bec9-9646b9517610/?format=api"
        },
        {
            "id": "d1620134-f1be-4d92-8c58-2e945a9f45ab",
            "gambit_id": "26dc48dd-fbb4-4e0d-b910-f23fd60b4632",
            "last_updated": "2023-04-05T17:42:09.634323-04:00",
            "created_at": "2023-04-04T09:32:14.612476-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4c74d70-f8b4-4a61-bec9-9646b9517610/?format=api"
        }
    ]
}