GET /api/bet_types/e065e14e-691f-4634-b648-9e4b3e3a9285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e065e14e-691f-4634-b648-9e4b3e3a9285",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0cce319-6f70-4a38-861a-3f48f2c9ffcf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T10:51:58.806739-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": "MIN",
                "amount": 6232.0
            },
            {
                "team": "LAA",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "87e5ae44-bda9-4269-810c-7d4e110677f9",
            "gambit_id": "9eb00232-394f-4a1a-95e4-a0f23c4e755f",
            "last_updated": "2023-05-22T13:17:11.453669-04:00",
            "created_at": "2023-05-20T10:51:58.809668-04:00",
            "name": "MIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e065e14e-691f-4634-b648-9e4b3e3a9285/?format=api"
        },
        {
            "id": "550e204f-c048-4b34-a4b3-a9a0de16e8e1",
            "gambit_id": "02393a26-478d-42e6-84d3-3ab4d9212487",
            "last_updated": "2023-05-22T13:17:11.452478-04:00",
            "created_at": "2023-05-20T10:51:58.808241-04:00",
            "name": "LAA",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e065e14e-691f-4634-b648-9e4b3e3a9285/?format=api"
        }
    ]
}