GET /api/bet_types/f4b48ff4-4b56-4442-86af-fa071812182b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4b48ff4-4b56-4442-86af-fa071812182b",
    "match": "https://api-prod.gambitprofit.com/api/matches/07e23a7d-9dba-4a49-97bb-c472be3c4004/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-06T15:58:08.568479-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": 5614.0
            },
            {
                "team": "TOR",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce81ec8a-6b68-44e6-b34a-1909c6d98d20",
            "gambit_id": "643fb05a-592e-443a-b552-a6040ba6003a",
            "last_updated": "2023-07-08T09:38:31.175387-04:00",
            "created_at": "2023-07-06T15:58:08.571540-04:00",
            "name": "CWS",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b48ff4-4b56-4442-86af-fa071812182b/?format=api"
        },
        {
            "id": "de2a5aa3-fe85-46e2-b06b-fdf267c6ee59",
            "gambit_id": "2d8a8ba6-abfe-4372-b2dd-b5460dcabd15",
            "last_updated": "2023-07-08T09:38:31.172926-04:00",
            "created_at": "2023-07-06T15:58:08.569977-04:00",
            "name": "TOR",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4b48ff4-4b56-4442-86af-fa071812182b/?format=api"
        }
    ]
}