GET /api/bet_types/ed3afb7b-04a7-42f8-906e-30bfd6697887/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed3afb7b-04a7-42f8-906e-30bfd6697887",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1bed6cb-8379-41bf-b236-6b9d7c6e7d1e/?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": "USC",
                "amount": 5208.0
            },
            {
                "team": "Utah",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "adbb78df-192f-46f2-90b5-ba2854c955cf",
            "gambit_id": "aadf68a1-fcce-437c-868d-8f966db90374",
            "last_updated": "2022-12-03T09:32:30.161920-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed3afb7b-04a7-42f8-906e-30bfd6697887/?format=api"
        },
        {
            "id": "00e81d36-002a-4189-bfc3-1dcd2bb2882d",
            "gambit_id": "b3259093-0358-4f4e-9246-1b6354bb1ebb",
            "last_updated": "2022-12-03T09:32:30.162887-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed3afb7b-04a7-42f8-906e-30bfd6697887/?format=api"
        }
    ]
}