GET /api/bet_types/7a62308b-3e1e-46c0-a13f-cf92e937e5a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a62308b-3e1e-46c0-a13f-cf92e937e5a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/317e1414-2393-489e-ab8a-711daa693288/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T08:16:56.592036-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": "Jessica Andrade",
                "amount": 7869.0
            },
            {
                "team": "Lauren Murphy",
                "amount": 2131.0
            }
        ],
        "expected_reward_tokens": 9440.33,
        "profit_sb": -59.67,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca542a54-912b-444c-bc26-27405bab08ed",
            "gambit_id": "d7497741-db1d-4cb6-b7fa-ea324c6692af",
            "last_updated": "2023-01-23T11:52:14.943563-05:00",
            "created_at": "2023-01-21T08:16:56.593223-05:00",
            "name": "Jessica Andrade",
            "reward": "1.20000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a62308b-3e1e-46c0-a13f-cf92e937e5a1/?format=api"
        },
        {
            "id": "ddb27419-881e-4c9e-98f6-5d193622e344",
            "gambit_id": "cf312296-c180-4bc6-a107-7b6944b275e5",
            "last_updated": "2023-01-23T11:52:14.945021-05:00",
            "created_at": "2023-01-21T08:16:56.594522-05:00",
            "name": "Lauren Murphy",
            "reward": "4.43000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a62308b-3e1e-46c0-a13f-cf92e937e5a1/?format=api"
        }
    ]
}