GET /api/bet_types/b2641365-0e91-46c5-85ed-5516c508e916/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2641365-0e91-46c5-85ed-5516c508e916",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0fe6512-206b-4f03-aa75-14ee2a9d862f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-06T08:38:15.295127-04: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": "CWS",
                "amount": 5939.0
            },
            {
                "team": "CLE",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8fdd188-55f9-4a9e-8b04-6d62c5419521",
            "gambit_id": "ecf3850e-0031-437f-8a87-62c7b8b3db27",
            "last_updated": "2023-08-07T15:13:10.398077-04:00",
            "created_at": "2023-08-06T08:38:15.300248-04:00",
            "name": "CWS",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2641365-0e91-46c5-85ed-5516c508e916/?format=api"
        },
        {
            "id": "901dcd19-2369-4fc3-884d-e6001d53b389",
            "gambit_id": "369cf6f3-b942-4c51-9c32-5883e9d95477",
            "last_updated": "2023-08-07T15:13:10.402305-04:00",
            "created_at": "2023-08-06T08:38:15.306400-04:00",
            "name": "CLE",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2641365-0e91-46c5-85ed-5516c508e916/?format=api"
        }
    ]
}