GET /api/bet_types/a774601e-8845-4c6e-af59-3c392aebc83f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a774601e-8845-4c6e-af59-3c392aebc83f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ead52811-0e17-4aa4-a503-bd4f9b83c2ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T23:47:14.827030-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": "TEX (J Degrom)",
                "amount": 5527.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "267279b7-3177-4e55-aed9-e456a1f8577a",
            "gambit_id": "66adba02-9c96-4065-a38c-a21147fb64d0",
            "last_updated": "2023-03-31T10:52:12.285577-04:00",
            "created_at": "2023-03-29T23:47:14.830000-04:00",
            "name": "TEX (J Degrom)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a774601e-8845-4c6e-af59-3c392aebc83f/?format=api"
        },
        {
            "id": "24ea5484-84e3-4d08-a9c5-fba716647f1f",
            "gambit_id": "fa9eac3c-31f2-4dd2-b1c7-e7c62da65d6e",
            "last_updated": "2023-03-31T10:52:12.287958-04:00",
            "created_at": "2023-03-29T23:47:14.832698-04:00",
            "name": "PHI (A Nola)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a774601e-8845-4c6e-af59-3c392aebc83f/?format=api"
        }
    ]
}