GET /api/bet_types/15abbcd1-ca50-4801-95a4-a7302aece788/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15abbcd1-ca50-4801-95a4-a7302aece788",
    "match": "https://api-prod.gambitprofit.com/api/matches/de4603df-3088-485b-bb98-3fa0621452b5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:12.503017-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": "Creighton",
                "amount": 5000.0
            },
            {
                "team": "NC State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c5e5fac-8050-455c-ae4e-aff37dd9f0c2",
            "gambit_id": "049e81fe-58c2-4956-b6ea-60922b42d9dc",
            "last_updated": "2023-03-18T11:42:24.688773-04:00",
            "created_at": "2023-03-14T19:52:12.504628-04:00",
            "name": "Creighton",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15abbcd1-ca50-4801-95a4-a7302aece788/?format=api"
        },
        {
            "id": "ba198305-d22c-4439-84e0-f2b682e8c1bb",
            "gambit_id": "82ecc5b8-579f-4211-8f7d-bb717f4482b1",
            "last_updated": "2023-03-18T11:42:24.690607-04:00",
            "created_at": "2023-03-14T19:52:12.506168-04:00",
            "name": "NC State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15abbcd1-ca50-4801-95a4-a7302aece788/?format=api"
        }
    ]
}