GET /api/bet_types/4e450ef2-05d4-4274-8aef-0420c71111ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e450ef2-05d4-4274-8aef-0420c71111ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/ddc4da9d-610d-4245-849b-d52f0e420fe0/?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": "Boise State",
                "amount": 6584.0
            },
            {
                "team": "San Diego State",
                "amount": 3416.0
            }
        ],
        "expected_reward_tokens": 9085.92,
        "profit_sb": 85.92,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "735cc23e-8bae-4c52-9f34-33627eb10557",
            "gambit_id": "a03c3084-72e8-4f19-87d8-d8552408af07",
            "last_updated": "2022-10-01T09:12:43.245990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e450ef2-05d4-4274-8aef-0420c71111ba/?format=api"
        },
        {
            "id": "8810e022-eaac-4886-ace9-0c20b4a4a88a",
            "gambit_id": "4f7a0e1e-3272-4b1e-a33c-d0c940922d92",
            "last_updated": "2022-10-01T09:12:43.244974-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e450ef2-05d4-4274-8aef-0420c71111ba/?format=api"
        }
    ]
}