GET /api/bet_types/9099d68d-769b-4641-ae49-fb374d1c27e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9099d68d-769b-4641-ae49-fb374d1c27e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd082c4-0ba6-4aaa-82b4-41bf0ae70fad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T11:23:24.113137-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": "San Francisco Giants",
                "amount": 5939.0
            },
            {
                "team": "Arizona Diamondbacks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "422dd72a-5058-48a2-ac3e-305a8ed29006",
            "gambit_id": "f4cc3a3d-efa4-451f-864e-b4426f13a649",
            "last_updated": "2023-09-21T09:38:16.215390-04:00",
            "created_at": "2023-09-19T11:23:24.117058-04:00",
            "name": "San Francisco Giants",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9099d68d-769b-4641-ae49-fb374d1c27e7/?format=api"
        },
        {
            "id": "b9c32a59-7409-4763-89f0-ab8a82b1dfc6",
            "gambit_id": "e74685cb-2230-4a97-bf68-4f2f4c3cb969",
            "last_updated": "2023-09-21T09:38:16.223435-04:00",
            "created_at": "2023-09-19T11:23:24.121817-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9099d68d-769b-4641-ae49-fb374d1c27e7/?format=api"
        }
    ]
}