GET /api/bet_types/a7e909bd-2cb9-4682-b1a2-529d5790f7b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7e909bd-2cb9-4682-b1a2-529d5790f7b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a8be456-6ed3-4500-8766-580969b6bcc5/?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": "Georgia Southern",
                "amount": 5000.0
            },
            {
                "team": "James Madison",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "57ebb7b7-abdb-49aa-9481-ede8841f95a8",
            "gambit_id": "9bf37a44-833c-4e9e-848b-a6e979aaf88c",
            "last_updated": "2022-10-17T09:42:12.337761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e909bd-2cb9-4682-b1a2-529d5790f7b3/?format=api"
        },
        {
            "id": "e487e3ad-4da1-4d95-9692-5e0044a9e76f",
            "gambit_id": "d41ab111-74fd-4769-9a31-2f8cd3df2003",
            "last_updated": "2022-10-17T09:42:12.338711-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e909bd-2cb9-4682-b1a2-529d5790f7b3/?format=api"
        }
    ]
}