GET /api/bet_types/c62aa26b-c011-4525-afe0-4fc5a276efa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c62aa26b-c011-4525-afe0-4fc5a276efa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/517e724d-fc67-4942-85c6-062e80f9778c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:01.569774-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "10a0c8a9-4f50-4011-8364-e22378042d40",
            "gambit_id": "00111868-8472-4b23-b588-4914b95a4871",
            "last_updated": "2023-03-27T11:36:53.513160-04:00",
            "created_at": "2023-03-26T13:37:01.571648-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c62aa26b-c011-4525-afe0-4fc5a276efa0/?format=api"
        },
        {
            "id": "5b37b192-85c4-429d-be2c-7e477f05f06b",
            "gambit_id": "944a89a3-9abf-4c39-9ad7-9ca7645024b6",
            "last_updated": "2023-03-27T11:36:53.515205-04:00",
            "created_at": "2023-03-26T13:37:01.573449-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c62aa26b-c011-4525-afe0-4fc5a276efa0/?format=api"
        }
    ]
}