GET /api/bet_types/928cb0f0-c9c9-4f65-9f92-91679d2d273e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "928cb0f0-c9c9-4f65-9f92-91679d2d273e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f62f6642-524e-4b7b-a745-d4d61ba933cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-03T08:53:19.148048-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": "Colorado Avalanche",
                "amount": 6308.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "1bae928a-1211-476d-947d-9f3296c8bb32",
            "gambit_id": "54fcde50-6d8b-4ef5-89aa-379681814d36",
            "last_updated": "2023-12-05T09:58:15.329977-05:00",
            "created_at": "2023-12-03T08:53:19.151871-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928cb0f0-c9c9-4f65-9f92-91679d2d273e/?format=api"
        },
        {
            "id": "70a5a593-19e6-449b-b11d-fe92343ed4c9",
            "gambit_id": "dac66d41-49d5-4e97-b877-c10ba8269765",
            "last_updated": "2023-12-05T09:58:15.333314-05:00",
            "created_at": "2023-12-03T08:53:19.155731-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928cb0f0-c9c9-4f65-9f92-91679d2d273e/?format=api"
        }
    ]
}