GET /api/bet_types/c63a2e3a-c136-424f-ac07-5803e00c4de7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c63a2e3a-c136-424f-ac07-5803e00c4de7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a87395bb-4615-4514-919f-8de9f8d73d59/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:16.989044-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": "MIN",
                "amount": 5861.0
            },
            {
                "team": "LAA",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa200e42-cd17-492c-9e40-0c4548b67e87",
            "gambit_id": "7c4abe3f-65bc-4456-8061-168e13d15d03",
            "last_updated": "2023-05-22T13:37:01.059506-04:00",
            "created_at": "2023-05-21T10:17:16.992388-04:00",
            "name": "MIN",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63a2e3a-c136-424f-ac07-5803e00c4de7/?format=api"
        },
        {
            "id": "ae62acf0-1ed1-416e-b135-73439b12db9f",
            "gambit_id": "b68961cd-4642-461b-afda-f809fe5f1662",
            "last_updated": "2023-05-22T13:37:01.058289-04:00",
            "created_at": "2023-05-21T10:17:16.990702-04:00",
            "name": "LAA",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c63a2e3a-c136-424f-ac07-5803e00c4de7/?format=api"
        }
    ]
}