GET /api/bet_types/fe43f304-b451-4bc2-87e2-7316bbb294d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe43f304-b451-4bc2-87e2-7316bbb294d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7bc10f1-5dbf-4a51-b057-9cdbf8f76ca6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:02.266540-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": "New York Giants",
                "amount": 6667.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9065.76,
        "profit_sb": 65.76,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca04254a-0f03-46ce-9451-47a2adefbddb",
            "gambit_id": "3730bc64-a677-449d-8cc5-260b66179bf3",
            "last_updated": "2023-01-02T12:42:00.554237-05:00",
            "created_at": "2023-01-01T09:22:02.267717-05:00",
            "name": "New York Giants",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe43f304-b451-4bc2-87e2-7316bbb294d9/?format=api"
        },
        {
            "id": "0eda2c12-befb-4a5f-8923-216f7fec591a",
            "gambit_id": "0e45358b-e99f-4028-8bac-1d8735e51ec4",
            "last_updated": "2023-01-02T12:42:00.555479-05:00",
            "created_at": "2023-01-01T09:22:02.268974-05:00",
            "name": "Indianapolis Colts",
            "reward": "2.72000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe43f304-b451-4bc2-87e2-7316bbb294d9/?format=api"
        }
    ]
}