GET /api/bet_types/4f0c211b-ae4c-4934-a173-8b6504800c80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f0c211b-ae4c-4934-a173-8b6504800c80",
    "match": "https://api-prod.gambitprofit.com/api/matches/12294d37-18fe-40c3-9329-5fe515c2340d/?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": "San Jose Sharks",
                "amount": 6256.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b54bfd0-58b7-412a-9b32-c2787d0116f9",
            "gambit_id": "9d70ae50-0acd-4b4f-b82c-c90a3c4f2737",
            "last_updated": "2022-12-05T15:52:12.753781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f0c211b-ae4c-4934-a173-8b6504800c80/?format=api"
        },
        {
            "id": "2fd0a516-a8b6-4948-9ba9-fad354cd0cad",
            "gambit_id": "5121d59b-d33c-4cb6-82af-b26da8f5359f",
            "last_updated": "2022-12-05T15:52:12.752825-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f0c211b-ae4c-4934-a173-8b6504800c80/?format=api"
        }
    ]
}