GET /api/bet_types/8df3eb69-e154-4826-9af4-91ab13b29197/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8df3eb69-e154-4826-9af4-91ab13b29197",
    "match": "https://api-prod.gambitprofit.com/api/matches/d45f960a-d314-4520-8aa9-b3eea8031be9/?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": "Vancouver Canucks",
                "amount": 6786.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3214.0
            }
        ],
        "expected_reward_tokens": 9159.9,
        "profit_sb": 159.9,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "5887add4-5bd6-4ae7-be7f-baf494e512ff",
            "gambit_id": "9bef8ea1-74c3-4c98-8762-586669e9368e",
            "last_updated": "2022-11-16T09:52:15.176793-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df3eb69-e154-4826-9af4-91ab13b29197/?format=api"
        },
        {
            "id": "1d2e0574-7189-4c5a-b041-69da573833a5",
            "gambit_id": "65401665-2f2c-4aeb-a382-a4d4f290f077",
            "last_updated": "2022-11-16T09:52:15.175680-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8df3eb69-e154-4826-9af4-91ab13b29197/?format=api"
        }
    ]
}