GET /api/bet_types/1728267e-aa83-452b-80f0-73f8f9d5bbe8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1728267e-aa83-452b-80f0-73f8f9d5bbe8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2cd33d4-7c50-4434-90a5-df46fa664737/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:22.021577-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": "Nashville Predators",
                "amount": 6390.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a0d98fb-5ba8-4ba2-96a5-90f186caa3ae",
            "gambit_id": "eb5d1ec2-f76b-4423-ab4b-f9c848d08e40",
            "last_updated": "2024-01-19T20:33:19.085276-05:00",
            "created_at": "2024-01-18T10:18:22.027599-05:00",
            "name": "Nashville Predators",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1728267e-aa83-452b-80f0-73f8f9d5bbe8/?format=api"
        },
        {
            "id": "a5141fba-1aa3-41d2-85eb-62734d118521",
            "gambit_id": "06c292d2-b6bd-41f9-8168-3c540ee10edb",
            "last_updated": "2024-01-19T20:33:19.088480-05:00",
            "created_at": "2024-01-18T10:18:22.032480-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1728267e-aa83-452b-80f0-73f8f9d5bbe8/?format=api"
        }
    ]
}