GET /api/bet_types/f6a968d2-6aeb-4849-9c67-08bde5e1dcc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6a968d2-6aeb-4849-9c67-08bde5e1dcc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/44c15ce2-36af-4dd4-a408-b4c3e562d144/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:27:09.502844-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": "Rico Franco",
                "amount": 7938.0
            },
            {
                "team": "Axel Birbes",
                "amount": 2062.0
            }
        ],
        "expected_reward_tokens": 9443.96,
        "profit_sb": -56.04,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e159241-6150-4ef0-aa9c-4c94d674eb70",
            "gambit_id": "39cfd4bd-44d1-400b-9347-9e89b82301b5",
            "last_updated": "2023-04-23T18:42:15.047259-04:00",
            "created_at": "2023-04-20T15:27:09.506338-04:00",
            "name": "Rico Franco",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a968d2-6aeb-4849-9c67-08bde5e1dcc5/?format=api"
        },
        {
            "id": "30b3f9e4-4d0e-41c5-83f5-750a101aa383",
            "gambit_id": "8c1b8938-44d4-4364-b047-3d06819bd3c2",
            "last_updated": "2023-04-23T18:42:15.045295-04:00",
            "created_at": "2023-04-20T15:27:09.504530-04:00",
            "name": "Axel Birbes",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6a968d2-6aeb-4849-9c67-08bde5e1dcc5/?format=api"
        }
    ]
}