GET /api/bet_types/9ac748b9-7741-4d36-8492-5ab399168517/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ac748b9-7741-4d36-8492-5ab399168517",
    "match": "https://api-prod.gambitprofit.com/api/matches/044ca4dd-c206-44ab-810b-050db7d10df5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:05.840324-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 (M Lorenzen)",
                "amount": 5440.0
            },
            {
                "team": "PIT (L Ortiz)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac940312-05ad-4813-b64b-72d6375e49e1",
            "gambit_id": "3a8f2f4e-765d-4df9-b98c-c885ab0e1322",
            "last_updated": "2023-05-18T11:47:16.851461-04:00",
            "created_at": "2023-05-16T09:47:05.841950-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac748b9-7741-4d36-8492-5ab399168517/?format=api"
        },
        {
            "id": "2d638fb6-3701-4949-8ced-5c9d43e84a51",
            "gambit_id": "41efc9a3-04db-4385-b99a-7cb1e96e249b",
            "last_updated": "2023-05-18T11:47:16.852966-04:00",
            "created_at": "2023-05-16T09:47:05.843693-04:00",
            "name": "PIT (L Ortiz)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac748b9-7741-4d36-8492-5ab399168517/?format=api"
        }
    ]
}