GET /api/bet_types/739ea9c6-c767-49ef-a36f-597edfd8eed3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "739ea9c6-c767-49ef-a36f-597edfd8eed3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4013ac9b-65b1-48da-8cf5-6096bfb7de9f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:15.183717-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": "MIN (B Ober)",
                "amount": 5995.0
            },
            {
                "team": "SFO (J Brebbia)",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "9064398d-d168-4c64-aea2-8f512c73a3ef",
            "gambit_id": "ba16d18f-0d4c-4bee-9664-6318b98a1519",
            "last_updated": "2023-05-25T13:47:08.720301-04:00",
            "created_at": "2023-05-22T11:27:15.185095-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/739ea9c6-c767-49ef-a36f-597edfd8eed3/?format=api"
        },
        {
            "id": "9f0c6e02-66a6-4270-adea-37c9f08a7688",
            "gambit_id": "2c4681f8-e183-413c-b178-41318f749c4c",
            "last_updated": "2023-05-25T13:47:08.717601-04:00",
            "created_at": "2023-05-22T11:27:15.186572-04:00",
            "name": "SFO (J Brebbia)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/739ea9c6-c767-49ef-a36f-597edfd8eed3/?format=api"
        }
    ]
}