GET /api/bet_types/1078b40e-6daa-4d4c-b6a2-34bbf1f7e4aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1078b40e-6daa-4d4c-b6a2-34bbf1f7e4aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/f39e7fe9-d206-403a-8fcd-15517817c9fc/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Oklahoma State",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e8640d1-e8a9-4813-8aa1-bb79640805cd",
            "gambit_id": "53bf746f-aa5a-4bc4-b9c6-8f85144152ed",
            "last_updated": "2022-10-31T10:27:23.625675-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1078b40e-6daa-4d4c-b6a2-34bbf1f7e4aa/?format=api"
        },
        {
            "id": "90f892fd-e90f-42af-8c43-1c488008aaa0",
            "gambit_id": "fa9c6ffc-c24b-4c64-a6b5-211786dce2bf",
            "last_updated": "2022-10-31T10:27:23.626623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1078b40e-6daa-4d4c-b6a2-34bbf1f7e4aa/?format=api"
        }
    ]
}