GET /api/bet_types/1d4be05f-fd6f-4da9-9624-86b5a3129cd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d4be05f-fd6f-4da9-9624-86b5a3129cd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3afacd6-b54b-4ca3-b900-197c7cb1fe57/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Buffalo Bills",
                "amount": 5224.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "8494e208-cba2-4de1-a3e1-26d26b55c4bd",
            "gambit_id": "ed0c1cd0-8f84-4e4e-96aa-a50fd55158f1",
            "last_updated": "2022-10-17T15:12:30.087857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4be05f-fd6f-4da9-9624-86b5a3129cd8/?format=api"
        },
        {
            "id": "b1d5d429-d5c4-4a96-a8c6-efdbf7af1622",
            "gambit_id": "d5118065-b23c-4e5b-a588-0f11d4e44cf0",
            "last_updated": "2022-10-17T15:12:30.086858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d4be05f-fd6f-4da9-9624-86b5a3129cd8/?format=api"
        }
    ]
}