GET /api/bet_types/e8d61626-2308-4e76-9d5d-5a0eae64e01b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8d61626-2308-4e76-9d5d-5a0eae64e01b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a7eeffc-b598-4136-8395-0bfd65efe5cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:11.307645-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": "NYY",
                "amount": 6554.0
            },
            {
                "team": "DET",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "d06845ed-804b-4d6a-b7a8-b1d15a620367",
            "gambit_id": "4bce8b6e-d390-4826-bb64-7934f0d09190",
            "last_updated": "2023-08-30T13:37:57.649508-04:00",
            "created_at": "2023-08-29T08:33:11.315492-04:00",
            "name": "NYY",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d61626-2308-4e76-9d5d-5a0eae64e01b/?format=api"
        },
        {
            "id": "ed477c27-fad8-47b4-9690-1929865be980",
            "gambit_id": "9aadfb89-548c-49c3-93fc-e50f6662f773",
            "last_updated": "2023-08-30T13:37:57.652836-04:00",
            "created_at": "2023-08-29T08:33:11.319668-04:00",
            "name": "DET",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d61626-2308-4e76-9d5d-5a0eae64e01b/?format=api"
        }
    ]
}