GET /api/bet_types/c1f861ff-0ce4-4408-a6d8-57e03d64833c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1f861ff-0ce4-4408-a6d8-57e03d64833c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df646f2-57ce-40c6-bc43-bc9ef85c0598/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T17:22:10.247755-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2e4addf-9783-4ea1-8735-e07923d26c8e",
            "gambit_id": "6e185be4-6816-447f-bba6-583288674fd4",
            "last_updated": "2023-02-26T11:41:56.155774-05:00",
            "created_at": "2023-02-25T17:22:10.249007-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f861ff-0ce4-4408-a6d8-57e03d64833c/?format=api"
        },
        {
            "id": "5c903ebf-e7e4-4cba-bf12-e7996975d757",
            "gambit_id": "464b301f-ada3-44ff-b4fe-52d9bdef5c2f",
            "last_updated": "2023-02-26T11:41:56.156848-05:00",
            "created_at": "2023-02-25T17:22:10.250288-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f861ff-0ce4-4408-a6d8-57e03d64833c/?format=api"
        }
    ]
}