GET /api/bet_types/cb10b7df-e3c1-4aa3-a8f3-abb62e6b0d88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb10b7df-e3c1-4aa3-a8f3-abb62e6b0d88",
    "match": "https://api-prod.gambitprofit.com/api/matches/16541ded-b8ed-4da2-b3d0-472649def4aa/?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": "Western Michigan",
                "amount": 5097.0
            },
            {
                "team": "Central Michigan",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d06c81d-90f6-4d90-bd67-1d4cbbb80fbc",
            "gambit_id": "16e02732-d1bc-42be-b573-3edcfae5e8df",
            "last_updated": "2022-11-17T09:27:16.057205-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb10b7df-e3c1-4aa3-a8f3-abb62e6b0d88/?format=api"
        },
        {
            "id": "ce3b7f6d-cad1-4233-93d0-f53a872b9355",
            "gambit_id": "b8bd5516-f6f7-4f97-a378-4e0c7eb11cbb",
            "last_updated": "2022-11-17T09:27:16.055644-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb10b7df-e3c1-4aa3-a8f3-abb62e6b0d88/?format=api"
        }
    ]
}