GET /api/bet_types/40bfea05-78b0-4b26-b554-27cd73b663dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40bfea05-78b0-4b26-b554-27cd73b663dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f61bf1c-8f25-49eb-86a3-b2944de8ec9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-29T11:47:14.949688-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": "NYY",
                "amount": 6241.0
            },
            {
                "team": "SEA",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "d76a0ae9-43a0-4db3-8df4-d9e0d2568a75",
            "gambit_id": "f1671a49-05de-433d-86a0-0aec81f32a1b",
            "last_updated": "2023-05-30T10:47:20.092382-04:00",
            "created_at": "2023-05-29T11:47:14.952377-04:00",
            "name": "NYY",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40bfea05-78b0-4b26-b554-27cd73b663dc/?format=api"
        },
        {
            "id": "d78f2b62-0ff9-46c8-8a8c-3378bbbb55cb",
            "gambit_id": "eb4c7e60-389b-4774-b3ea-525fd4942c31",
            "last_updated": "2023-05-30T10:47:20.094209-04:00",
            "created_at": "2023-05-29T11:47:14.955002-04:00",
            "name": "SEA",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40bfea05-78b0-4b26-b554-27cd73b663dc/?format=api"
        }
    ]
}