GET /api/bet_types/14ffceed-a8d2-4a33-ae95-645c19f857fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14ffceed-a8d2-4a33-ae95-645c19f857fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e329b51-1b51-4c36-a19d-ae19cca9badb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:07.426752-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a6932ac-4991-4a4d-8ee8-fc64d77838ed",
            "gambit_id": "5577b8dc-66ce-416c-b001-2d208946507c",
            "last_updated": "2023-04-03T20:17:10.826834-04:00",
            "created_at": "2023-04-02T09:57:07.429207-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ffceed-a8d2-4a33-ae95-645c19f857fe/?format=api"
        },
        {
            "id": "a0c68ed0-8717-494c-ad6f-e2460517e445",
            "gambit_id": "9a4af8d2-3992-4656-82f2-02cc114169b5",
            "last_updated": "2023-04-03T20:17:10.828798-04:00",
            "created_at": "2023-04-02T09:57:07.431240-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14ffceed-a8d2-4a33-ae95-645c19f857fe/?format=api"
        }
    ]
}