GET /api/bet_types/256ae01f-5d90-4346-b2bd-13d78375d7a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "256ae01f-5d90-4346-b2bd-13d78375d7a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/53b90562-0ded-45bd-a81c-5c0658c19157/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:32:07.821941-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": "Game Total Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "21668951-30fe-41a5-bed7-cfc8f1548859",
            "gambit_id": "ed549d62-68a7-4808-b3b7-a7f6e1457623",
            "last_updated": "2023-04-22T13:07:13.286473-04:00",
            "created_at": "2023-04-21T12:32:07.823386-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/256ae01f-5d90-4346-b2bd-13d78375d7a9/?format=api"
        },
        {
            "id": "9ec44e4d-26e9-44af-839c-ce23a8859947",
            "gambit_id": "325892dd-5ffe-4ac9-ac41-5108489ce2d5",
            "last_updated": "2023-04-22T13:07:13.287995-04:00",
            "created_at": "2023-04-21T12:32:07.824896-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/256ae01f-5d90-4346-b2bd-13d78375d7a9/?format=api"
        }
    ]
}