GET /api/bet_types/61c052f7-0d7b-4ad5-8c83-ff54fd14143c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61c052f7-0d7b-4ad5-8c83-ff54fd14143c",
    "match": "https://api-prod.gambitprofit.com/api/matches/57b664dc-5416-4646-aa99-ce3eb740a6f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:15.368811-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": "WAS",
                "amount": 5599.0
            },
            {
                "team": "CHC",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b5fcfb3-0424-4f2e-bd05-84aabc7f3b5f",
            "gambit_id": "8acfca68-56f7-434d-b5a8-7670430d6704",
            "last_updated": "2023-05-02T11:52:08.652578-04:00",
            "created_at": "2023-05-01T12:27:15.370340-04:00",
            "name": "WAS",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c052f7-0d7b-4ad5-8c83-ff54fd14143c/?format=api"
        },
        {
            "id": "419becdd-935a-48d8-9391-54b769bc9e88",
            "gambit_id": "3404288b-3ffc-4e74-a80c-6b4c62ff3cbe",
            "last_updated": "2023-05-02T11:52:08.654077-04:00",
            "created_at": "2023-05-01T12:27:15.371932-04:00",
            "name": "CHC",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61c052f7-0d7b-4ad5-8c83-ff54fd14143c/?format=api"
        }
    ]
}