GET /api/bet_types/96a913c3-af6e-451a-b388-fd46918a1aa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96a913c3-af6e-451a-b388-fd46918a1aa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/52f34744-eded-45d2-b319-c2199e4ac321/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T22:06:56.252539-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": 5000.0
            },
            {
                "team": "Arlington Renegades",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "efa052b6-3b7c-4546-b46f-02266bdab883",
            "gambit_id": "d287b23a-78ad-4563-ab91-5c0b518266b3",
            "last_updated": "2023-04-24T18:52:08.072994-04:00",
            "created_at": "2023-04-21T22:06:56.256463-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "0.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a913c3-af6e-451a-b388-fd46918a1aa5/?format=api"
        },
        {
            "id": "8e4facb0-e54f-4ea4-9da4-7bdce1e80645",
            "gambit_id": "21f9ea1d-0e70-4da2-945f-0aa2c7d026a8",
            "last_updated": "2023-04-24T18:52:08.070700-04:00",
            "created_at": "2023-04-21T22:06:56.254602-04:00",
            "name": "Arlington Renegades",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-0.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96a913c3-af6e-451a-b388-fd46918a1aa5/?format=api"
        }
    ]
}