GET /api/bet_types/bb8d914d-5056-49ae-8c78-2410afd0ce4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb8d914d-5056-49ae-8c78-2410afd0ce4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/40e88653-ead1-4ded-afcb-8ea185c88a39/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T12:37:23.387957-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": "Houston Roughnecks",
                "amount": 5939.0
            },
            {
                "team": "St Louis Battlehawks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "53f897af-b30b-4197-8924-822bee3ad794",
            "gambit_id": "91a73450-7ca7-49e6-b3e7-32357faaf1f7",
            "last_updated": "2023-04-03T20:32:25.329858-04:00",
            "created_at": "2023-04-02T12:37:23.389899-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb8d914d-5056-49ae-8c78-2410afd0ce4e/?format=api"
        },
        {
            "id": "e92a9103-d4db-442d-b497-79edc710a782",
            "gambit_id": "2afb5fa2-00c4-476c-babd-15effe5f3714",
            "last_updated": "2023-04-03T20:32:25.334051-04:00",
            "created_at": "2023-04-02T12:37:23.392121-04:00",
            "name": "St Louis Battlehawks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb8d914d-5056-49ae-8c78-2410afd0ce4e/?format=api"
        }
    ]
}