GET /api/bet_types/a6bfddd7-ccb2-48d9-bc88-2a750b74ee57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6bfddd7-ccb2-48d9-bc88-2a750b74ee57",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8cc04f5-45d7-4b4b-a45a-588f756f6be3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-27T09:22:59.071740-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": "LOS (E Sheehan)",
                "amount": 6564.0
            },
            {
                "team": "COL (N Davis)",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3da7cda-c594-49ce-aba8-0b12b9abd1a5",
            "gambit_id": "fce0cbd5-b222-48c5-99d4-da26e0e2761b",
            "last_updated": "2023-09-28T18:53:21.134356-04:00",
            "created_at": "2023-09-27T09:22:59.076820-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6bfddd7-ccb2-48d9-bc88-2a750b74ee57/?format=api"
        },
        {
            "id": "98e1b86f-e435-49f1-ae10-0629cf61576d",
            "gambit_id": "fa4ca9ed-e2d4-42d4-ba55-2af45c19e56b",
            "last_updated": "2023-09-28T18:53:21.143972-04:00",
            "created_at": "2023-09-27T09:22:59.083047-04:00",
            "name": "COL (N Davis)",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6bfddd7-ccb2-48d9-bc88-2a750b74ee57/?format=api"
        }
    ]
}