GET /api/bet_types/1d8b5daa-52c3-4b97-97b5-550fe57ad7b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d8b5daa-52c3-4b97-97b5-550fe57ad7b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e382df55-9a01-4aa7-829d-e6fe7b73bbbc/?format=api",
    "name": "Pick the Winner",
    "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": "Oregon State",
                "amount": 6235.0
            },
            {
                "team": "Stanford",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "87612e3f-9918-44ed-a155-e62b3c3a4088",
            "gambit_id": "817aa809-53cc-4572-992f-3b4c205d97ec",
            "last_updated": "2022-10-11T11:42:07.679517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8b5daa-52c3-4b97-97b5-550fe57ad7b9/?format=api"
        },
        {
            "id": "6f28995f-3067-414c-b200-9c7cfc8af725",
            "gambit_id": "2450a9bb-0997-4708-9c01-844e1e098bb9",
            "last_updated": "2022-10-11T11:42:07.678534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d8b5daa-52c3-4b97-97b5-550fe57ad7b9/?format=api"
        }
    ]
}