GET /api/bet_types/f3f36a9f-3297-40eb-ae7a-0e6ca04066ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3f36a9f-3297-40eb-ae7a-0e6ca04066ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/a98d4f67-216d-4218-a729-7539074d74ec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-26T10:36:58.440311-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": "Game Total Over 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bce506c-70d5-4165-88aa-6965c0a69850",
            "gambit_id": "14ce6c39-72b9-43c4-865a-d4d04730cc3c",
            "last_updated": "2023-02-28T12:37:07.643972-05:00",
            "created_at": "2023-02-26T10:36:58.443005-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f36a9f-3297-40eb-ae7a-0e6ca04066ed/?format=api"
        },
        {
            "id": "c2f07320-7b74-4e42-bb5a-d5ef3c47ba05",
            "gambit_id": "017b43a3-dc89-44fe-8897-eb71ff4e6994",
            "last_updated": "2023-02-28T12:37:07.642826-05:00",
            "created_at": "2023-02-26T10:36:58.441566-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f36a9f-3297-40eb-ae7a-0e6ca04066ed/?format=api"
        }
    ]
}