GET /api/bet_types/a832d205-e6c1-4946-8c4c-a2621e5c79f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a832d205-e6c1-4946-8c4c-a2621e5c79f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e615a6e9-510c-46ab-b5a4-fa011da26732/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Ons Jabeur",
                "amount": 6490.0
            },
            {
                "team": "Ajla Tomljanovic",
                "amount": 3510.0
            }
        ],
        "expected_reward_tokens": 9020.7,
        "profit_sb": 20.7,
        "profit_sb_percentage": 0.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b2d9c65-d30d-473e-a85e-59c87996301f",
            "gambit_id": "565a08ca-4eb5-4e00-ad24-4547d9b5818d",
            "last_updated": "2022-09-08T12:02:06.754823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ons Jabeur",
            "reward": "1.39000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a832d205-e6c1-4946-8c4c-a2621e5c79f8/?format=api"
        },
        {
            "id": "a8fbf1af-e8b7-4dee-b61d-cab4ec664d6e",
            "gambit_id": "a0f0a288-512e-4742-8961-138c211012e9",
            "last_updated": "2022-09-08T12:02:06.753835-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ajla Tomljanovic",
            "reward": "2.57000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a832d205-e6c1-4946-8c4c-a2621e5c79f8/?format=api"
        }
    ]
}