GET /api/bet_types/d4167836-0d9b-48b8-9d68-e62894a4fc76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4167836-0d9b-48b8-9d68-e62894a4fc76",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dd29812-e213-4509-8b42-f3b2f97a8372/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T11:13:03.149975-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7033de44-9060-4ef9-a83b-c68426338eb5",
            "gambit_id": "a20fb447-67aa-4319-915e-67133fd35215",
            "last_updated": "2023-12-23T14:38:16.044930-05:00",
            "created_at": "2023-12-20T11:13:03.159863-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4167836-0d9b-48b8-9d68-e62894a4fc76/?format=api"
        },
        {
            "id": "064aaa4f-ecaf-4e56-a2d9-e8c017430d65",
            "gambit_id": "d4211bb5-047a-4192-93aa-83b48048b9f3",
            "last_updated": "2023-12-23T14:38:16.041581-05:00",
            "created_at": "2023-12-20T11:13:03.155458-05:00",
            "name": "New Orleans Saints",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4167836-0d9b-48b8-9d68-e62894a4fc76/?format=api"
        }
    ]
}