GET /api/bet_types/f23a3324-bbcb-4367-8ad3-6c8283f23534/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f23a3324-bbcb-4367-8ad3-6c8283f23534",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef47a7db-bd0f-40b7-81ff-a2316a7631e5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:56.010207-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": "CLE",
                "amount": 6100.0
            },
            {
                "team": "MIN",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8bf1b35-ad4c-4409-b953-88bc0aec37ee",
            "gambit_id": "1bb6681f-32b3-4497-a948-7c48bd295c2d",
            "last_updated": "2023-05-07T11:57:17.834968-04:00",
            "created_at": "2023-05-06T11:51:56.011588-04:00",
            "name": "CLE",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f23a3324-bbcb-4367-8ad3-6c8283f23534/?format=api"
        },
        {
            "id": "a994d7fe-288d-40e5-9f0d-b8dfca366c50",
            "gambit_id": "0a0a9b92-c1c3-41b7-8068-37bf9aee8108",
            "last_updated": "2023-05-07T11:57:17.836299-04:00",
            "created_at": "2023-05-06T11:51:56.013047-04:00",
            "name": "MIN",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f23a3324-bbcb-4367-8ad3-6c8283f23534/?format=api"
        }
    ]
}