GET /api/bet_types/0b9c0d70-91bc-4c76-984b-8850dddaefdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b9c0d70-91bc-4c76-984b-8850dddaefdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd8c4bcb-c386-4987-87da-e30279b00fc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T10:21:51.776393-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Buffalo Bills",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Buffalo Bills",
                "amount": 8581.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 1419.0
            }
        ],
        "expected_reward_tokens": 9351.21,
        "profit_sb": 351.21,
        "profit_sb_percentage": 3.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "372154ee-adb9-48df-aa2b-1b07e38d788e",
            "gambit_id": "217244d1-bc06-43f9-8801-00f4e298be0a",
            "last_updated": "2023-01-16T10:21:59.932815-05:00",
            "created_at": "2023-01-11T10:21:51.777481-05:00",
            "name": "Buffalo Bills",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b9c0d70-91bc-4c76-984b-8850dddaefdd/?format=api"
        },
        {
            "id": "19d9af2f-2773-4ce8-a5b6-ca09475a1ea9",
            "gambit_id": "9de468f5-7ee4-4df6-b1ff-7b2b96cea99e",
            "last_updated": "2023-01-16T10:21:59.936002-05:00",
            "created_at": "2023-01-11T10:21:51.778634-05:00",
            "name": "Miami Dolphins",
            "reward": "6.59000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b9c0d70-91bc-4c76-984b-8850dddaefdd/?format=api"
        }
    ]
}