GET /api/bet_types/bde50853-54ef-4888-a51d-195da87e9172/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bde50853-54ef-4888-a51d-195da87e9172",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4c0f47a-1089-4122-a0fe-55a504d29b63/?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": "ARI",
                "amount": 5899.0
            },
            {
                "team": "HOU",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "71c3cd21-5c16-4ad8-9f6f-35fb3b0ce2cf",
            "gambit_id": "ad18fe51-2eee-4627-90b4-07312d846d74",
            "last_updated": "2022-09-29T10:22:29.815967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bde50853-54ef-4888-a51d-195da87e9172/?format=api"
        },
        {
            "id": "89ebd70d-178f-4f55-a1f2-768a5cb62313",
            "gambit_id": "6e59337b-0953-48a6-a279-096fc481f58b",
            "last_updated": "2022-09-29T10:22:29.814979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bde50853-54ef-4888-a51d-195da87e9172/?format=api"
        }
    ]
}