GET /api/bet_types/d354b97d-3cdc-4dcf-b5fd-47f3511b7ed3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d354b97d-3cdc-4dcf-b5fd-47f3511b7ed3",
    "match": "https://api-prod.gambitprofit.com/api/matches/a76a179b-f84b-4698-991a-36996bc3b035/?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": "Miami Dolphins",
                "amount": 5979.0
            },
            {
                "team": "New England Patriots",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9207.66,
        "profit_sb": 207.66,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "79a48d66-dced-4d22-91a0-8c5f1409da38",
            "gambit_id": "b93aa3ca-87ac-4592-85e1-3c27fc90a58d",
            "last_updated": "2022-09-12T10:17:27.108245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d354b97d-3cdc-4dcf-b5fd-47f3511b7ed3/?format=api"
        },
        {
            "id": "fc774dd7-a01b-4d05-846a-f40cef657d26",
            "gambit_id": "ef75928d-44d2-49b9-ac78-c1a3afd11c9a",
            "last_updated": "2022-09-12T10:17:27.109406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "2.29000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d354b97d-3cdc-4dcf-b5fd-47f3511b7ed3/?format=api"
        }
    ]
}