GET /api/bet_types/76ce2fcb-d8fd-4530-a853-eb454cf56caa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76ce2fcb-d8fd-4530-a853-eb454cf56caa",
    "match": "https://api-prod.gambitprofit.com/api/matches/852f2fd1-ca0b-4ffa-b06f-4cb4bb22facb/?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": 5000.0
            },
            {
                "team": "Fresno State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dee9b348-25ab-4b74-aa6b-0ab576c2e72e",
            "gambit_id": "00b6e695-860e-4cf4-9919-fd9d691fdbf6",
            "last_updated": "2022-09-18T09:27:40.745296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76ce2fcb-d8fd-4530-a853-eb454cf56caa/?format=api"
        },
        {
            "id": "0287d516-a26f-49b6-ba3f-09de6afa808c",
            "gambit_id": "8ed0ce19-ea8c-45e8-a0ac-a9e00f30040e",
            "last_updated": "2022-09-18T09:27:40.746312-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76ce2fcb-d8fd-4530-a853-eb454cf56caa/?format=api"
        }
    ]
}