GET /api/bet_types/9427391c-c4e3-4701-9a1b-5fd104d992a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9427391c-c4e3-4701-9a1b-5fd104d992a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c543b98c-333e-4b6b-8b69-8903bd341b95/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:17.696105-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d6ed4de3-87fe-4d38-bef2-93f130b1ffc2",
            "gambit_id": "bcca90bd-f1c5-4ca3-bf8a-a83542ebe818",
            "last_updated": "2022-12-28T21:27:14.137185-05:00",
            "created_at": "2022-12-27T08:57:17.698599-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9427391c-c4e3-4701-9a1b-5fd104d992a0/?format=api"
        },
        {
            "id": "61628416-5f72-4587-a0d5-95043a9bda2f",
            "gambit_id": "043e4f3e-b2d4-46fc-84ed-8a2bb550c43b",
            "last_updated": "2022-12-28T21:27:14.136056-05:00",
            "created_at": "2022-12-27T08:57:17.697290-05:00",
            "name": "Golden State Warriors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9427391c-c4e3-4701-9a1b-5fd104d992a0/?format=api"
        }
    ]
}