GET /api/bet_types/3cea9c8e-3f09-4756-9278-9600fe28496c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cea9c8e-3f09-4756-9278-9600fe28496c",
    "match": "https://api-prod.gambitprofit.com/api/matches/11b732e5-7a43-4f94-b98f-0080df3f45f3/?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": "BAL",
                "amount": 5756.0
            },
            {
                "team": "BOS",
                "amount": 4244.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "829fb28f-578a-4104-9b2c-2b5ae3d8fe2c",
            "gambit_id": "3ece7490-810a-4385-8746-8820de4ec22a",
            "last_updated": "2022-08-21T12:52:07.305326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cea9c8e-3f09-4756-9278-9600fe28496c/?format=api"
        },
        {
            "id": "4c99f9d6-61ef-48b5-9673-56bf829b2901",
            "gambit_id": "0d1f9899-6791-4841-a189-a596da2ff337",
            "last_updated": "2022-08-21T12:52:07.305736-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cea9c8e-3f09-4756-9278-9600fe28496c/?format=api"
        }
    ]
}