GET /api/bet_types/57f9a2d4-e506-49c1-a02a-3e9f6ce87675/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57f9a2d4-e506-49c1-a02a-3e9f6ce87675",
    "match": "https://api-prod.gambitprofit.com/api/matches/f0651bee-4851-4060-a76d-52adf86fba76/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-12T09:23:02.799024-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": "HOU",
                "amount": 5773.0
            },
            {
                "team": "OAK",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "95a284ba-5a4a-4368-8f49-1e0078213c0b",
            "gambit_id": "d9cbb62a-d3c1-4e09-9d10-507807edd776",
            "last_updated": "2023-09-15T16:23:16.371759-04:00",
            "created_at": "2023-09-12T09:23:02.809398-04:00",
            "name": "HOU",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f9a2d4-e506-49c1-a02a-3e9f6ce87675/?format=api"
        },
        {
            "id": "46849db6-bdfc-4c15-8e54-4efd8e7359ee",
            "gambit_id": "fde9dc07-da1b-4f8b-aa4b-f4c2637711fb",
            "last_updated": "2023-09-15T16:23:16.367912-04:00",
            "created_at": "2023-09-12T09:23:02.803920-04:00",
            "name": "OAK",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57f9a2d4-e506-49c1-a02a-3e9f6ce87675/?format=api"
        }
    ]
}