GET /api/bet_types/59fc6b53-5f45-4649-b868-db18955cf39f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59fc6b53-5f45-4649-b868-db18955cf39f",
    "match": "https://api-prod.gambitprofit.com/api/matches/13bc4551-2fac-432f-8412-23c65a144fea/?format=api",
    "name": "Play the Odds",
    "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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "54b0f238-1f8b-4407-873a-3060feb58886",
            "gambit_id": "dbbc05e3-debf-4ce2-960f-d3db22d9c4e9",
            "last_updated": "2022-12-09T09:52:14.724932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59fc6b53-5f45-4649-b868-db18955cf39f/?format=api"
        },
        {
            "id": "1b5289e5-258b-487f-9553-0f95eb80b458",
            "gambit_id": "c4293d33-5ad1-4390-836b-be7f184c5e72",
            "last_updated": "2022-12-09T09:52:14.725929-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59fc6b53-5f45-4649-b868-db18955cf39f/?format=api"
        }
    ]
}