GET /api/bet_types/60c6d3f9-7a45-4474-ad24-a8ab47e947c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60c6d3f9-7a45-4474-ad24-a8ab47e947c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/93c3b138-fcb5-46ee-8961-b1e1eea89e73/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-08T08:57:08.568436-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": "Vancouver Canucks",
                "amount": 6864.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8ef6845-b1f9-43e1-99d6-beb50aad2aca",
            "gambit_id": "5b990364-fc46-4164-8e29-66c1750b6e94",
            "last_updated": "2023-03-09T09:57:09.697791-05:00",
            "created_at": "2023-03-08T08:57:08.569943-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c6d3f9-7a45-4474-ad24-a8ab47e947c8/?format=api"
        },
        {
            "id": "b8f1b399-0bc8-403d-9a17-60ad17ef4925",
            "gambit_id": "f9858555-ef1b-41ad-8624-4326415cb63a",
            "last_updated": "2023-03-09T09:57:09.698958-05:00",
            "created_at": "2023-03-08T08:57:08.571568-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60c6d3f9-7a45-4474-ad24-a8ab47e947c8/?format=api"
        }
    ]
}