GET /api/bet_types/c22977d2-9390-4b8b-80cb-912aea13d349/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c22977d2-9390-4b8b-80cb-912aea13d349",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8f2fbe4-31dd-4f5e-811e-d3d73218b67f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T09:27:55.708133-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": "OAK",
                "amount": 6154.0
            },
            {
                "team": "COL",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "b47f90c4-944f-4431-b499-34c76a0d3ca0",
            "gambit_id": "fdcc002a-bd9a-4d0c-99a9-d55e89bf85c2",
            "last_updated": "2023-07-31T13:03:21.640826-04:00",
            "created_at": "2023-07-29T09:27:55.712199-04:00",
            "name": "OAK",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c22977d2-9390-4b8b-80cb-912aea13d349/?format=api"
        },
        {
            "id": "b24a4e2f-14cf-42d7-a0f7-4c4f59101ed0",
            "gambit_id": "6ab3e630-9cc7-4eb7-9f47-4365710d3518",
            "last_updated": "2023-07-31T13:03:21.644455-04:00",
            "created_at": "2023-07-29T09:27:55.716429-04:00",
            "name": "COL",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c22977d2-9390-4b8b-80cb-912aea13d349/?format=api"
        }
    ]
}