GET /api/bet_types/bf6d45d6-6c7b-45ad-bfdc-df4285df1790/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf6d45d6-6c7b-45ad-bfdc-df4285df1790",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c7a4887-d126-49c6-8bd6-a10a10c11881/?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": "TAM (D Rasmussen)",
                "amount": 6325.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 3675.0
            }
        ],
        "expected_reward_tokens": 9297.75,
        "profit_sb": 297.75,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "190c51db-4d4a-404b-9ef0-c7591e4b77c0",
            "gambit_id": "49a09cc3-8641-4ad5-b18d-fae3d383602f",
            "last_updated": "2022-08-21T12:52:07.450553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf6d45d6-6c7b-45ad-bfdc-df4285df1790/?format=api"
        },
        {
            "id": "7f83e601-7315-41a2-b45a-68c813bf8f16",
            "gambit_id": "b52e036a-ecd1-4aaa-a968-b90e23f6b527",
            "last_updated": "2022-08-21T12:52:07.451049-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf6d45d6-6c7b-45ad-bfdc-df4285df1790/?format=api"
        }
    ]
}