GET /api/bet_types/2e76f612-68c5-4418-a21e-b2c5daf33e24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e76f612-68c5-4418-a21e-b2c5daf33e24",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1c0787d-d411-49d6-8207-26e7fa6a25f0/?format=api",
    "name": "Pick the Winner",
    "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": "Los Angeles Kings",
                "amount": 6482.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "77864c58-6854-495c-86f1-5804db25d145",
            "gambit_id": "951f06e6-e2f4-411b-a7cb-6970a583629a",
            "last_updated": "2022-11-14T10:49:06.587691-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e76f612-68c5-4418-a21e-b2c5daf33e24/?format=api"
        },
        {
            "id": "2c1fae09-4e18-44b5-a66a-4e80792c4d25",
            "gambit_id": "0c25c080-5362-4959-bc8a-589ea30551e2",
            "last_updated": "2022-11-14T10:49:06.588700-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e76f612-68c5-4418-a21e-b2c5daf33e24/?format=api"
        }
    ]
}