GET /api/bet_types/d9c62e0b-2d4a-45ff-91e4-5e0378efa7c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9c62e0b-2d4a-45ff-91e4-5e0378efa7c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/cea80ce1-1750-4fb8-848c-fc82b4d8bf24/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Rutgers",
                "amount": 5000.0
            },
            {
                "team": "Boston College",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d3b8199-d2a6-4714-9261-6b2b8aef4e7f",
            "gambit_id": "ef1902ab-84de-48ba-92d4-0c97a4e908ba",
            "last_updated": "2022-09-05T09:57:25.611887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9c62e0b-2d4a-45ff-91e4-5e0378efa7c0/?format=api"
        },
        {
            "id": "125f2ce6-8c66-4651-9dfa-375ec56023f2",
            "gambit_id": "472ecf9d-8e19-4d1d-ba32-c0516d7d7086",
            "last_updated": "2022-09-05T09:57:25.610885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9c62e0b-2d4a-45ff-91e4-5e0378efa7c0/?format=api"
        }
    ]
}