GET /api/bet_types/f204c3ff-1a09-49b0-9405-1f9d2e06bef8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f204c3ff-1a09-49b0-9405-1f9d2e06bef8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a6c940b-1550-4d08-8d1f-5f44523c9905/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Vegas Golden Knights",
                "amount": 5097.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bd09c5b-1036-499e-b4b4-77c2b7d0cb4d",
            "gambit_id": "ab96f391-0537-49f1-803f-f793383b6d35",
            "last_updated": "2022-11-29T10:27:09.292855-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f204c3ff-1a09-49b0-9405-1f9d2e06bef8/?format=api"
        },
        {
            "id": "05b705bd-7cc4-4da5-81e1-cf5f4197f907",
            "gambit_id": "83559d6a-15c8-4282-a854-a74453fc948e",
            "last_updated": "2022-11-29T10:27:09.291738-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f204c3ff-1a09-49b0-9405-1f9d2e06bef8/?format=api"
        }
    ]
}