GET /api/bet_types/d76c76b8-5521-4723-84cc-61df36b65824/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d76c76b8-5521-4723-84cc-61df36b65824",
    "match": "https://api-prod.gambitprofit.com/api/matches/02551110-348c-4312-aca1-4bdcf0982461/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T09:18:16.397747-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": "CIN",
                "amount": 6090.0
            },
            {
                "team": "MIL",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa2cc238-8984-4c19-bf29-600c58726937",
            "gambit_id": "2b6b1844-160f-4be6-86fb-7d527f49cd3a",
            "last_updated": "2023-07-27T10:28:23.971505-04:00",
            "created_at": "2023-07-26T09:18:16.401229-04:00",
            "name": "CIN",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d76c76b8-5521-4723-84cc-61df36b65824/?format=api"
        },
        {
            "id": "133cfdf2-8215-4a92-a5b5-cc107c4f4942",
            "gambit_id": "3eceb7f3-7f3b-42f9-88a8-1a8d31630213",
            "last_updated": "2023-07-27T10:28:23.974865-04:00",
            "created_at": "2023-07-26T09:18:16.406710-04:00",
            "name": "MIL",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d76c76b8-5521-4723-84cc-61df36b65824/?format=api"
        }
    ]
}