GET /api/bet_types/a70fc76d-3dca-4387-bae2-e0b630f85610/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a70fc76d-3dca-4387-bae2-e0b630f85610",
    "match": "https://api-prod.gambitprofit.com/api/matches/fde93381-b5d0-4d4d-8fab-dccaf1e38bcf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T11:13:14.040604-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": "Detroit Tigers",
                "amount": 5337.0
            },
            {
                "team": "Atlanta Braves",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0685cfd-1179-45b8-a63a-eb70acde775a",
            "gambit_id": "084bcaa5-b2d5-472e-85f0-41530b3eb7ec",
            "last_updated": "2023-06-15T23:28:30.181745-04:00",
            "created_at": "2023-06-14T11:13:14.047372-04:00",
            "name": "Detroit Tigers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70fc76d-3dca-4387-bae2-e0b630f85610/?format=api"
        },
        {
            "id": "50cc0248-45cc-4dda-b350-2010ae9372f3",
            "gambit_id": "6e8fee9a-f9bd-4f3f-be40-682d694a8271",
            "last_updated": "2023-06-15T23:28:30.180421-04:00",
            "created_at": "2023-06-14T11:13:14.043052-04:00",
            "name": "Atlanta Braves",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a70fc76d-3dca-4387-bae2-e0b630f85610/?format=api"
        }
    ]
}