GET /api/bet_types/1298e9af-d057-482d-b846-254ceb3c1890/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1298e9af-d057-482d-b846-254ceb3c1890",
    "match": "https://api-prod.gambitprofit.com/api/matches/a46afe5c-279e-4c30-8509-5740836ea7c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-09T15:23:06.007286-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": "Nashville Predators",
                "amount": 6160.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c1c7b62-34ed-479d-900f-4851b1054fc1",
            "gambit_id": "ab01dc14-29e6-452d-8213-7ed33a39364f",
            "last_updated": "2023-10-11T09:08:01.176841-04:00",
            "created_at": "2023-10-09T15:23:06.012910-04:00",
            "name": "Nashville Predators",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1298e9af-d057-482d-b846-254ceb3c1890/?format=api"
        },
        {
            "id": "1be074ad-7b91-495b-bc4f-4a996f0ce789",
            "gambit_id": "7a9596d0-b291-4886-aed0-de8379ed0719",
            "last_updated": "2023-10-11T09:08:01.180642-04:00",
            "created_at": "2023-10-09T15:23:06.017886-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1298e9af-d057-482d-b846-254ceb3c1890/?format=api"
        }
    ]
}