GET /api/bet_types/15fa0199-cee1-4097-9998-9fa4d3fa7b00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15fa0199-cee1-4097-9998-9fa4d3fa7b00",
    "match": "https://api-prod.gambitprofit.com/api/matches/82a058f8-d935-4207-9654-e50f7a091b40/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T15:02:09.567841-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": "Memphis Grizzlies",
                "amount": 7755.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2245.0
            }
        ],
        "expected_reward_tokens": 9538.65,
        "profit_sb": 38.65,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "b40e713e-df24-45a9-a0d2-ca903d4f7a81",
            "gambit_id": "97fcab3f-8a04-49c9-861e-d39b36f94ab7",
            "last_updated": "2023-02-16T16:47:00.554697-05:00",
            "created_at": "2023-02-15T15:02:09.569188-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.23000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fa0199-cee1-4097-9998-9fa4d3fa7b00/?format=api"
        },
        {
            "id": "c7b3a7a7-cebb-4b0a-aba4-9b8e16b7c815",
            "gambit_id": "ae9cb1d5-63a4-4459-aba7-80a5454eecd8",
            "last_updated": "2023-02-16T16:47:00.555853-05:00",
            "created_at": "2023-02-15T15:02:09.570493-05:00",
            "name": "Utah Jazz",
            "reward": "4.25000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15fa0199-cee1-4097-9998-9fa4d3fa7b00/?format=api"
        }
    ]
}