GET /api/bet_types/a88a9965-2131-41ce-ae7b-d60b2fc8d77e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a88a9965-2131-41ce-ae7b-d60b2fc8d77e",
    "match": "https://api-prod.gambitprofit.com/api/matches/72c57259-958f-46f3-8bcf-5306bf18d6c5/?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": "Minnesota Timberwolves",
                "amount": 7500.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d15dd15-5a51-44c1-92a2-e2f83e3c288f",
            "gambit_id": "02f4189c-fe99-446e-8923-6273fe6886ef",
            "last_updated": "2022-10-25T10:07:49.353068-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a88a9965-2131-41ce-ae7b-d60b2fc8d77e/?format=api"
        },
        {
            "id": "0fa17af0-31db-44a3-ba9c-1be2ba5d956d",
            "gambit_id": "68473fdc-9a54-4c7a-961b-df589410dea5",
            "last_updated": "2022-10-25T10:07:49.354141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a88a9965-2131-41ce-ae7b-d60b2fc8d77e/?format=api"
        }
    ]
}