GET /api/bet_types/5c24cbc1-65ec-4a4a-a63e-38b160baf16e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c24cbc1-65ec-4a4a-a63e-38b160baf16e",
    "match": "https://api-prod.gambitprofit.com/api/matches/2acb7706-4839-46d6-a863-9bf66f8fd6ac/?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": "Colorado Avalanche",
                "amount": 6047.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "757c7cad-91a7-40f7-8149-86b104546b1c",
            "gambit_id": "b316a4b6-ee85-4f89-a59a-015758e49652",
            "last_updated": "2022-12-08T13:02:14.954234-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c24cbc1-65ec-4a4a-a63e-38b160baf16e/?format=api"
        },
        {
            "id": "a4dda023-a36a-49ec-bb51-58f218f8431e",
            "gambit_id": "8af288c2-2593-494b-aa0a-43e93bc4d882",
            "last_updated": "2022-12-08T13:02:14.955242-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c24cbc1-65ec-4a4a-a63e-38b160baf16e/?format=api"
        }
    ]
}