GET /api/bet_types/4775e75a-15d7-424c-8907-77f656fa2285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4775e75a-15d7-424c-8907-77f656fa2285",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7ac0a67-ad83-4db6-b15f-322bc998b520/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:46:55.579123-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": "Total Rounds Over 4.5",
                "amount": 5661.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4339.0
            }
        ],
        "expected_reward_tokens": 9284.04,
        "profit_sb": -215.96,
        "profit_sb_percentage": -2.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "1a41a313-f0ae-4291-abeb-169c3d55ad7d",
            "gambit_id": "a622d2b4-9b6a-456a-a6b3-e6f08e3c5590",
            "last_updated": "2023-05-25T13:47:05.608626-04:00",
            "created_at": "2023-05-19T11:46:55.583942-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4775e75a-15d7-424c-8907-77f656fa2285/?format=api"
        },
        {
            "id": "d52cfef9-2fe4-48f9-b160-6ff896101313",
            "gambit_id": "838efb6b-ce1d-4c52-9106-eb36ec93cdb3",
            "last_updated": "2023-05-25T13:47:05.606160-04:00",
            "created_at": "2023-05-19T11:46:55.581890-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4775e75a-15d7-424c-8907-77f656fa2285/?format=api"
        }
    ]
}