GET /api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a7d35cc-0d25-4dee-81f9-a3dc42dea474",
    "match": "https://api-prod.gambitprofit.com/api/matches/f117ac5e-8959-40ae-a0af-9d64142a6cb0/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Sporting Kansas City",
                "amount": 6180.0
            },
            {
                "team": "Portland Timbers",
                "amount": 3820.0
            }
        ],
        "expected_reward_tokens": 11803.8,
        "profit_sb": 2803.8,
        "profit_sb_percentage": 31.15,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sporting Kansas City",
                "amount": 4591.0
            },
            {
                "team": "Portland Timbers",
                "amount": 2838.0
            },
            {
                "team": "Draw",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 8767.11,
        "profit_sb": -232.89,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "107ce3e1-c375-4232-88a3-5de2659277da",
            "gambit_id": "6262aff5-8d06-46af-8d32-0524cdd4a215",
            "last_updated": "2022-08-22T15:47:12.427886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting Kansas City",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api"
        },
        {
            "id": "6f095351-d3dd-421a-a77b-cb1025713ed2",
            "gambit_id": "9f4ccefc-c5e5-44ef-a9f3-ef43642875d4",
            "last_updated": "2022-08-22T15:47:12.427434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Timbers",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api"
        },
        {
            "id": "a716b900-3a2f-48df-9098-076943ae0bc9",
            "gambit_id": "065359c4-f597-4dca-9a40-0b29e2ffc293",
            "last_updated": "2022-08-22T15:47:12.428330-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.41000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a7d35cc-0d25-4dee-81f9-a3dc42dea474/?format=api"
        }
    ]
}