GET /api/bet_types/77ed5c06-6b95-4832-95b5-8cbd55b5d6d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77ed5c06-6b95-4832-95b5-8cbd55b5d6d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f5ac2a1-3547-4c0b-87a7-8211ea5ed767/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:22.466017-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": "MIL",
                "amount": 6154.0
            },
            {
                "team": "CHC",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "8838b06f-1b8d-405f-ad2f-74d2fa66b35d",
            "gambit_id": "5b16b883-2f70-4f13-b1d1-ddd99fe6d956",
            "last_updated": "2023-10-08T15:07:59.211401-04:00",
            "created_at": "2023-10-01T09:18:22.476474-04:00",
            "name": "MIL",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ed5c06-6b95-4832-95b5-8cbd55b5d6d8/?format=api"
        },
        {
            "id": "d2b167d2-14e6-4fdd-a05e-c2e424d84c57",
            "gambit_id": "b8eb5aae-2de7-4d9a-bb49-e3b5d3a0bf39",
            "last_updated": "2023-10-08T15:07:59.205055-04:00",
            "created_at": "2023-10-01T09:18:22.470927-04:00",
            "name": "CHC",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ed5c06-6b95-4832-95b5-8cbd55b5d6d8/?format=api"
        }
    ]
}