GET /api/bet_types/c2ba895b-c83d-45b1-ace7-2226dc9b6477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2ba895b-c83d-45b1-ace7-2226dc9b6477",
    "match": "https://api-prod.gambitprofit.com/api/matches/f16dc03e-84df-4438-b0e1-315cd70c8420/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:14.807963-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": "San Jose Sharks",
                "amount": 5619.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4381.0
            }
        ],
        "expected_reward_tokens": 9550.58,
        "profit_sb": 50.58,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "184f3675-2275-4b03-be12-9def6aaee2be",
            "gambit_id": "0d312634-0daf-4c71-9000-2b3ed6689cfc",
            "last_updated": "2023-01-23T10:17:15.825748-05:00",
            "created_at": "2023-01-21T10:22:14.810335-05:00",
            "name": "San Jose Sharks",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ba895b-c83d-45b1-ace7-2226dc9b6477/?format=api"
        },
        {
            "id": "3f642c5e-29e5-47ac-aa40-bb464d8227ef",
            "gambit_id": "66040a59-42db-434b-b9b4-49a802e82a7f",
            "last_updated": "2023-01-23T10:17:15.824129-05:00",
            "created_at": "2023-01-21T10:22:14.809113-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.18000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2ba895b-c83d-45b1-ace7-2226dc9b6477/?format=api"
        }
    ]
}