GET /api/bet_types/d944ed8b-1fd1-41ca-82fc-cc08f7832b54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d944ed8b-1fd1-41ca-82fc-cc08f7832b54",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c3afe45-07d9-4966-b8ae-80d34ae891cc/?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": "Jacksonville Jaguars",
                "amount": 5212.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f073e61-7fdc-49ee-bb9c-08e03e1221d8",
            "gambit_id": "5290a8c7-5cc1-44e5-84ac-b95757924d45",
            "last_updated": "2022-10-31T11:47:03.049708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d944ed8b-1fd1-41ca-82fc-cc08f7832b54/?format=api"
        },
        {
            "id": "9fd39204-c061-4328-b8b9-913b6c4b5f5c",
            "gambit_id": "000f250b-214a-4983-a199-3df83b801df4",
            "last_updated": "2022-10-31T11:47:03.050657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d944ed8b-1fd1-41ca-82fc-cc08f7832b54/?format=api"
        }
    ]
}