GET /api/bet_types/0aeb1e79-7dde-46b3-80a2-d7e3a2f1d1dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0aeb1e79-7dde-46b3-80a2-d7e3a2f1d1dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d2b90b7-997d-4002-a9b3-807bd3603981/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:07.129907-04: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": "Dallas Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5993116-11ea-4945-94c5-ab84dcacfdc5",
            "gambit_id": "7ae41ff2-a6ac-4101-807f-b7645f5b49a7",
            "last_updated": "2023-08-21T19:48:13.979521-04:00",
            "created_at": "2023-08-17T13:03:07.134721-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aeb1e79-7dde-46b3-80a2-d7e3a2f1d1dd/?format=api"
        },
        {
            "id": "ed310b8b-3943-403f-adf4-88bdecdceaf9",
            "gambit_id": "16046622-0bfe-4ffb-9366-e8e4b5e3c79b",
            "last_updated": "2023-08-21T19:48:13.982795-04:00",
            "created_at": "2023-08-17T13:03:07.139188-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aeb1e79-7dde-46b3-80a2-d7e3a2f1d1dd/?format=api"
        }
    ]
}