GET /api/bet_types/d7db2071-427b-4734-8b72-57b1109b14da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7db2071-427b-4734-8b72-57b1109b14da",
    "match": "https://api-prod.gambitprofit.com/api/matches/d16ff0af-a911-4dc9-b752-53847eef5ed0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-17T09:32:58.182512-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": "DET",
                "amount": 5317.0
            },
            {
                "team": "MIN",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e510f82-5c47-4ecb-9f27-4f9d6de9c629",
            "gambit_id": "298279d2-a042-488e-a919-fd58adda896b",
            "last_updated": "2023-06-18T10:22:58.508660-04:00",
            "created_at": "2023-06-17T09:32:58.184847-04:00",
            "name": "DET",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7db2071-427b-4734-8b72-57b1109b14da/?format=api"
        },
        {
            "id": "12a1ec63-372e-4679-ac02-5bbb7f3952cc",
            "gambit_id": "70f40981-e359-4b75-b36f-18423245bc93",
            "last_updated": "2023-06-18T10:22:58.510925-04:00",
            "created_at": "2023-06-17T09:32:58.186896-04:00",
            "name": "MIN",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7db2071-427b-4734-8b72-57b1109b14da/?format=api"
        }
    ]
}